django1/django/dispatch
Claude Paroz 42fef29446 Fixed #21486 -- Prevented settings config in signal connection
This was particularly problematic in the chain get_wsgi_application
-> db.connections import -> signal connection -> settings configuration.
Thanks Jon Dufresne for the report.
2013-11-23 18:47:47 +01:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
dispatcher.py Fixed #21486 -- Prevented settings config in signal connection 2013-11-23 18:47:47 +01:00
license.txt Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
saferef.py Use `classmethod` as a decorator. 2013-11-19 23:08:21 -05:00