0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/releases/0.8.rst

36 lines
1.0 KiB
ReStructuredText
Raw Normal View History

=========================
Wagtail 0.8 release notes
=========================
.. contents::
:local:
:depth: 1
What's new
==========
Minor features
~~~~~~~~~~~~~~
2014-10-17 10:00:12 +02: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 19:04:20 +02: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 19:11:33 +02:00
* Replaced references of .username with .get_username() on users for better custom user model support
2014-10-17 10:02:38 +02:00
* Unpinned dependency versions for six and requests to help prevent dependency conflicts
Upgrade considerations
======================
Automatic registration of signal handlers (Django 1.7+)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.