On 11 févr. 2014, at 20:20, Carl Meyer <[email protected]> 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 practice as of Django 1.7. -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/8B2A0448-6CDA-457D-BF76-E7EBDD786A4D%40polytechnique.org. For more options, visit https://groups.google.com/groups/opt_out.
