Loading django/dispatch/dispatcher.py +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ class Signal(object): from django.conf import settings # If DEBUG is on, check that we got a good receiver if settings.DEBUG: if settings.configured and settings.DEBUG: import inspect assert callable(receiver), "Signal receivers must be callable." Loading docs/releases/1.6.1.txt +2 −0 Original line number Diff line number Diff line Loading @@ -35,3 +35,5 @@ Bug fixes promised: Support of multiple locale names separated by commas. It's still possible to specify multiplle locales in one run by suing the option multiple times (#21488, #17181). * Fixed a regression that unnecessarily triggered settings configuration when importing ``get_wsgi_application`` (#21486). Loading
django/dispatch/dispatcher.py +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ class Signal(object): from django.conf import settings # If DEBUG is on, check that we got a good receiver if settings.DEBUG: if settings.configured and settings.DEBUG: import inspect assert callable(receiver), "Signal receivers must be callable." Loading
docs/releases/1.6.1.txt +2 −0 Original line number Diff line number Diff line Loading @@ -35,3 +35,5 @@ Bug fixes promised: Support of multiple locale names separated by commas. It's still possible to specify multiplle locales in one run by suing the option multiple times (#21488, #17181). * Fixed a regression that unnecessarily triggered settings configuration when importing ``get_wsgi_application`` (#21486).