Changelog/release note for #1365

pull/1371/head
Karl Hobley 2015-06-03 09:50:59 +01:00
rodzic aeb05d14aa
commit eb6f25bc66
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -63,6 +63,7 @@ Changelog
* Fix: Image upload form no longer breaks when using i10n thousand separators (@signalkraft)
* 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
0.8.7 (29.04.2015)

Wyświetl plik

@ -15,4 +15,5 @@ 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
* 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