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<https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-INSTALLED_APPS>. If handlers are *registered* anywhere else they may not be loaded by migrate<https://docs.djangoproject.com/en/dev/ref/django-admin/#django-admin-migrate> ."
1. I scanned the source and did not find the code imposing the above statement. 2. Handlers that are not in the management directory are still called. Unless the statement means something different or the supporting code has been removed. Thanks, Val -- 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/CADy_H8Et%3DbSfVM4ijY4t7PnKKEamPusnbooYtDpw5m4UG6wWBA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
