2015-06-18 17:36:56 +02:00
|
|
|
===========================
|
|
|
|
Wagtail 0.8.8 release notes
|
|
|
|
===========================
|
2015-05-03 12:24:35 +02:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
:depth: 1
|
|
|
|
|
|
|
|
What's changed
|
|
|
|
==============
|
|
|
|
|
|
|
|
Bug fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
|
|
|
* Form builder no longer raises a ``TypeError`` when submitting unchecked boolean field
|
2015-05-15 10:04:05 +02:00
|
|
|
* Image upload form no longer breaks when using i10n thousand separators
|
|
|
|
* Multiple image uploader now escapes HTML in filenames
|
2015-06-03 10:50:59 +02:00
|
|
|
* Retrieving an individual item from a sliced ``BaseSearchResults`` object now properly takes the slice offset into account
|
|
|
|
* Removed dependency on unicodecsv which fixes a crash on Python 3
|
2015-06-03 13:16:44 +02:00
|
|
|
* Submitting unicode text in form builder form no longer crashes with ``UnicodeEncodeError`` on Python 2
|
2015-06-05 14:42:26 +02:00
|
|
|
* Creating a proxy model from a Page class no longer crashes in the system check
|
2015-06-10 14:41:39 +02:00
|
|
|
* Unrecognised embed URLs passed to the ``|embed`` filter no longer cause the whole page to crash with an ``EmbedNotFoundException``
|
2015-06-12 16:24:55 +02:00
|
|
|
* Underscores no longer get stripped from page slugs
|