Re: Allow deferral of ModelSignal callback invocation until after transaction commit

2015-04-27 Thread Aymeric Augustin
> On 27 avr. 2015, at 16:17, Christopher Adams > wrote: > > So wrote anĀ  > RFC > >

Re: Idea/request for help: Django Developers Community Survey

2015-04-27 Thread Thorsten Sanders
I wrote in that thread too why I dont like such fast releases and at least someone else asked too to give more options on that one question, on the developer mailing list its kinda only some people who are writing not reflecting all the developers such an survey maybe reach more of them and

Re: Allow deferral of ModelSignal callback invocation until after transaction commit

2015-04-27 Thread Carl Meyer
Hi, On 04/27/2015 08:17 AM, Christopher Adams wrote: > So wrote an > RFC > > and a > prototype >

Re: Idea/request for help: Django Developers Community Survey

2015-04-27 Thread Tino de Bruijn
Hi, Mark, I tend to do the same. Your proposed split of that question makes sense to me. Maybe a bit onto the details, but the last question about leaving an email adres ("If you'd like to enter your name and email address so we can follow-up if we have any questions about your responses. Please

Allow deferral of ModelSignal callback invocation until after transaction commit

2015-04-27 Thread Christopher Adams
So wrote an RFC and a prototype

Re: Must a Django Database Support Migrations?

2015-04-27 Thread Andrew Godwin
Hi Marcin, I originally started developing the new Django migrations as a contrib-style app, but for reasons of complexity and maintenance, they were best moved into the database core itself - I can describe them at length if you like, but trust me that I tried to keep things as cleanly separable

Re: Setting database default values in migrations (postgres)

2015-04-27 Thread Andrew Godwin
Hi Sam, That was also my idea for some time during development; I'm open to the idea, though it does mean bringing database defaults into Django as an overall concept, with all that that entails (e.g. documenting which default takes precedence; dealing with database-specific defaults; how to

Re: Idea/request for help: Django Developers Community Survey

2015-04-27 Thread Mark Bailey
I think the survey is a great idea. Following on from Shai's question "one big project, or many small ones?"... I am the latter, so the "which version" doesn't really work for me even with multiple answers allowed. I tend to: . Start each new project with the latest stable version. . Upgrade