mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
34 lines
660 B
ReStructuredText
34 lines
660 B
ReStructuredText
|
=========================
|
||
|
Wagtail 0.8 release notes
|
||
|
=========================
|
||
|
|
||
|
.. contents::
|
||
|
:local:
|
||
|
:depth: 1
|
||
|
|
||
|
|
||
|
What's new
|
||
|
==========
|
||
|
|
||
|
|
||
|
|
||
|
Minor features
|
||
|
~~~~~~~~~~~~~~
|
||
|
|
||
|
* Signal handlers for ``wagtail.wagtailsearch`` and ``wagtail.contrib.wagtailfrontendcache`` are automatically registered.
|
||
|
|
||
|
|
||
|
Bug fixes
|
||
|
~~~~~~~~~
|
||
|
|
||
|
*
|
||
|
|
||
|
|
||
|
Upgrade considerations
|
||
|
======================
|
||
|
|
||
|
Automatic registration of signal handlers
|
||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
|
||
|
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.
|