mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 04:51:55 +00:00
20 lines
742 B
ReStructuredText
20 lines
742 B
ReStructuredText
============================================
|
|
Wagtail 0.8.8 release notes - IN DEVELOPMENT
|
|
============================================
|
|
|
|
.. contents::
|
|
:local:
|
|
:depth: 1
|
|
|
|
What's changed
|
|
==============
|
|
|
|
Bug fixes
|
|
~~~~~~~~~
|
|
|
|
* Form builder no longer raises a ``TypeError`` when submitting unchecked boolean field
|
|
* Image upload form no longer breaks when using i10n thousand separators
|
|
* Multiple image uploader now escapes HTML in filenames
|
|
* 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
|
|
* Submitting unicode text in form builder form no longer crashes with ``UnicodeEncodeError`` on Python 2
|