2015-02-17 16:56:34 +00:00
|
|
|
===========================
|
|
|
|
Wagtail 0.8.5 release notes
|
|
|
|
===========================
|
2014-12-16 16:48:32 +00:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
:depth: 1
|
|
|
|
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
Bug fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
|
|
|
* On adding a new page, the available page types are ordered by the displayed verbose name
|
2014-12-16 16:59:32 +00:00
|
|
|
* Active admin submenus were not properly closed when activating another
|
2015-01-18 14:22:15 +00:00
|
|
|
* ``get_sitemap_urls`` is now called on the specific page class so it can now be overridden
|
|
|
|
* (Firefox and IE) Fixed preview window hanging and not refocusing when "Preview" button is clicked again
|
2015-01-18 14:46:36 +00:00
|
|
|
* Storage backends that return raw ContentFile objects are now handled correctly when resizing images
|
2015-02-04 16:00:38 +00:00
|
|
|
* Punctuation characters are no longer stripped when performing search queries
|
|
|
|
* When adding tags where there were none before, it is now possible to save a single tag with multiple words in it
|
2015-02-09 12:39:12 +00:00
|
|
|
* ``richtext`` template tag no longer raises ``TypeError`` if ``None`` is passed into it
|
2015-02-17 16:42:14 +00:00
|
|
|
* Serving documents now uses a streaming HTTP response and will no longer break Django's cache middleware
|
2015-04-17 22:05:08 +00:00
|
|
|
* User admin area no longer fails in the presence of negative user IDs (as used by ``django-guardian``'s default settings)
|
2015-02-17 15:22:30 +00:00
|
|
|
* Password reset emails now use the ``BASE_URL`` setting for the reset URL
|
2015-02-17 16:42:14 +00:00
|
|
|
* ``BASE_URL`` is now included in the project template's default settings file
|