mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-24 06:43:46 +00:00
release note for #569
This commit is contained in:
parent
04f93e2bbf
commit
1871a29f30
2 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ Changelog
|
|||
0.8 (xx.xx.2014)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added logging for page operations
|
||||
* 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. (Tim Heap)
|
||||
* Fix: Replaced references of .username with .get_username() on users for better custom user model support (John-Scott Atlakson)
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ What's new
|
|||
Minor features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
* Page operations (creation, publishing, copying etc) are now logged via Python's ``logging`` framework; to configure this, add a logger entry for ``'wagtail'`` or ``'wagtail.core'`` to the ``LOGGING`` setup in your settings file.
|
||||
* 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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue