Re: Testing 1.7a2 -- pre_migrate and post_migrate (py2.7)

2014-02-11 Thread Val Neekman
Yeah, I do remember times where I had to put the signal handlers in the urls.py in order to lazyfy them, hence, avoiding the circle-dance. Of course, they would not fire via the management commands. Ok, good to have the AppConfig.ready() for that. Thanks, Alight, Perhaps, I should create a ticke

Re: Testing 1.7a2 -- pre_migrate and post_migrate (py2.7)

2014-02-11 Thread Aymeric Augustin
On 11 févr. 2014, at 20:20, Carl Meyer wrote: > this documentation probably should be > updated to recommend registering these signal handlers (and all other > signal handlers) in the ready() method of an AppConfig, rather than as > an import side effect anywhere. Indeed, that's the best practic

Re: Testing 1.7a2 -- pre_migrate and post_migrate (py2.7)

2014-02-11 Thread Carl Meyer
On 02/11/2014 12:17 PM, Carl Meyer wrote: > On 02/11/2014 12:11 PM, Val Neekman wrote: >> Is the following statement still valid? >> >> "Any handlers that listen to this signal need to be *written* in a >> particular place: a management module in one of your INSTALLED_APPS >>

Re: Testing 1.7a2 -- pre_migrate and post_migrate (py2.7)

2014-02-11 Thread Carl Meyer
On 02/11/2014 12:11 PM, Val Neekman wrote: > Is the following statement still valid? > > "Any handlers that listen to this signal need to be *written* in a > particular place: a management module in one of your INSTALLED_APPS >

Re: Testing 1.7a2 -- pre_migrate and post_migrate (py2.7)

2014-02-11 Thread Val Neekman
Is the following statement still valid? "Any handlers that listen to this signal need to be *written* in a particular place: a management module in one of your INSTALLED_APPS. If handlers are *registered* anywhere else

Re: [GSoC] Switching to Jinja2 proposal

2014-02-11 Thread Aymeric Augustin
2014-02-11 13:42 GMT+01:00 Christopher Medrela : > What did Armin said about Python 3 exactly? > He wrote an extensive argumentation about "why Python 2 [is] the better language for dealing with text and bytes" [1] as well as a number of tweets and a few other blog posts along the same lines. W

Re: [GSoC] Switching to Jinja2 proposal

2014-02-11 Thread Christopher Medrela
I'm really astonished how much feedback I got! On Sunday, February 9, 2014 1:11:19 AM UTC+1, Russell Keith-Magee wrote: > > On Sun, Feb 9, 2014 at 6:16 AM, Christopher Medrela > wrote: > >> Hello! GSoC 2014 is coming and I'm thinking about issue to work on. >> >> The template system is one of th

Re: [GSoC] Switching to Jinja2 proposal

2014-02-11 Thread Andrey Antukh
Hi Aymeric 2014-02-10 21:56 GMT+01:00 Aymeric Augustin < aymeric.augus...@polytechnique.org>: > On 10 févr. 2014, at 20:16, Carl Meyer wrote: > > > I've proposed it before, and not in jest. Though perhaps not fully > > seriously either, as full seriousness would mean supplying a patch. > > I'v