App-loading: Pragmatic concerns about default AppConfig objects and ready() implementations

2014-01-18 Thread Russell Keith-Magee
Hi all, First off - this isn't critical for 1.7 alpha - I'm raising it now because I've been in this space for the last couple of days as a result of the working on the check framework. I suspect any changes stemming from this discussion can be landed in the beta period without major problems.

Re: Feature request: post/pre commit/rollback signals

2014-01-18 Thread Carl Meyer
On 01/18/2014 01:19 PM, Anssi Kääriäinen wrote: > On Saturday, January 18, 2014 9:02:41 PM UTC+2, Aymeric Augustin wrote: > > On 18 janv. 2014, at 19:50, Carl Meyer > wrote: > > > Those interested in this feature may find django-transaction-hooks > [1]

Re: Feature request: post/pre commit/rollback signals

2014-01-18 Thread Anssi Kääriäinen
On Saturday, January 18, 2014 9:02:41 PM UTC+2, Aymeric Augustin wrote: > > On 18 janv. 2014, at 19:50, Carl Meyer > wrote: > > > Those interested in this feature may find django-transaction-hooks [1] > useful. It is my attempt to implement the commonly-useful case (run

Re: Feature request: post/pre commit/rollback signals

2014-01-18 Thread Andrey Antukh
Hi! 2014/1/18 Aymeric Augustin > On 18 janv. 2014, at 19:50, Carl Meyer wrote: > > > Those interested in this feature may find django-transaction-hooks [1] > useful. It is my attempt to implement the commonly-useful case (run some > code

Re: Feature request: post/pre commit/rollback signals

2014-01-18 Thread Aymeric Augustin
On 18 janv. 2014, at 19:50, Carl Meyer wrote: > Those interested in this feature may find django-transaction-hooks [1] > useful. It is my attempt to implement the commonly-useful case (run some code > after the current transaction successfully commits, providing the code

Re: Feature request: post/pre commit/rollback signals

2014-01-18 Thread Carl Meyer
Hi, Those interested in this feature may find django-transaction-hooks [1] useful. It is my attempt to implement the commonly-useful case (run some code after the current transaction successfully commits, providing the code wasn't registered during a savepoint which was later rolled back.) I

Merging GSoC 2013 - Validation Refactor

2014-01-18 Thread Russell Keith-Magee
Hi all, After a long delay, I'm finally ready to merge the result of Christopher Medrela's 2013 Summer Of Code Project - a refactor of Django's validate management command. A huge thanks to Christopher for his excellent work over the summer - he made my job as mentor very easy. For those that