wagtail/docs/releases/0.8.rst

35 wiersze
920 B
ReStructuredText
Czysty Zwykły widok Historia

=========================
Wagtail 0.8 release notes
=========================
.. contents::
:local:
:depth: 1
What's new
==========
Minor features
~~~~~~~~~~~~~~
2014-10-17 08:00:12 +00:00
* The save/publish/submit buttons on the page edit page now redirects the user back to the edit page instead of the explorer
2014-10-14 17:04:20 +00:00
* Signal handlers for ``wagtail.wagtailsearch`` and ``wagtail.contrib.wagtailfrontendcache`` are now automatically registered when using Django 1.7 or above.
Bug fixes
~~~~~~~~~
2014-10-14 17:11:33 +00:00
* Replaced references of .username with .get_username() on users for better custom user model support
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.