mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
36 lines
1010 B
ReStructuredText
36 lines
1010 B
ReStructuredText
=========================
|
|
Wagtail 0.8 release notes
|
|
=========================
|
|
|
|
.. contents::
|
|
:local:
|
|
:depth: 1
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
|
|
|
|
Minor features
|
|
~~~~~~~~~~~~~~
|
|
|
|
* The save/publish/submit buttons on the page edit page now redirects the user back to the edit page instead of the explorer
|
|
* Signal handlers for ``wagtail.wagtailsearch`` and ``wagtail.contrib.wagtailfrontendcache`` are now automatically registered when using Django 1.7 or above.
|
|
|
|
|
|
Bug fixes
|
|
~~~~~~~~~
|
|
|
|
* Replaced references of .username with .get_username() on users for better custom user model support
|
|
* Unpinned dependency versions for six and requests to help prevent dependency conflicts
|
|
|
|
|
|
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.
|