kopia lustrzana https://github.com/wagtail/wagtail
Auto register signals only works on Django 1.7
rodzic
aa47a89e6d
commit
96ec356937
|
@ -29,7 +29,7 @@ Bug fixes
|
|||
Upgrade considerations
|
||||
======================
|
||||
|
||||
Automatic registration of signal handlers
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Automatic registration of signal handlers (Django 1.7+)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Signal handlers for the ``wagtailsearch`` core app and ``wagtailfrontendcache`` contrib app are automatically registered. Calls to ``register_signal_handlers`` from your ``urls.py`` can be removed.
|
||||
Signal handlers for the ``wagtailsearch`` core app and ``wagtailfrontendcache`` contrib app are automatically registered when using Django 1.7. Calls to ``register_signal_handlers`` from your ``urls.py`` can be removed.
|
||||
|
|
Ładowanie…
Reference in New Issue