pull/1371/head
Matt Westcott 2015-06-03 12:16:44 +01:00
rodzic 03e681dea8
commit 15c6d027b4
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -64,6 +64,7 @@ Changelog
* Fix: Multiple image uploader now escapes HTML in filenames (Mac Chapman)
* Fix: Retrieving an individual item from a sliced BaseSearchResults object now properly takes the slice offset into account
* Fix: Removed dependency on unicodecsv which fixes a crash on Python 3
* Fix: Submitting unicode text in form builder form no longer crashes with UnicodeEncodeError on Python 2
0.8.7 (29.04.2015)

Wyświetl plik

@ -17,3 +17,4 @@ Bug fixes
* 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