2015-04-29 10:32:42 +00:00
|
|
|
===========================
|
|
|
|
Wagtail 0.8.7 release notes
|
|
|
|
===========================
|
2015-04-21 15:20:32 +00:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
:depth: 1
|
|
|
|
|
|
|
|
What's changed
|
|
|
|
==============
|
|
|
|
|
|
|
|
Bug fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
|
|
|
* ``wagtailfrontendcache`` no longer tries to purge pages that are not in a site
|
2015-04-22 08:57:35 +00:00
|
|
|
* The contents of ``<div>`` elements in the rich text editor were not being whitelisted
|
|
|
|
* Due to the above issue, embeds/images in a rich text field would sometimes be saved into the database in their editor representation
|
2015-04-23 15:12:39 +00:00
|
|
|
* RoutablePage now prevents ``subpage_urls`` from being defined as a property, which would cause a memory leak
|
2015-04-23 15:54:41 +00:00
|
|
|
* Added validation to prevent pages being created with only whitespace characters in their title fields
|
2015-04-27 13:22:01 +00:00
|
|
|
* Users are no longer logged out on changing password when SessionAuthenticationMiddleware (added in Django 1.7) is in use
|
2015-04-28 18:06:11 +00:00
|
|
|
* Added a workaround for a Python / Django issue that prevented documents with certain non-ASCII filenames from being served
|