pull/1371/head
Matt Westcott 2015-06-02 16:48:13 +01:00
rodzic 9ef1e6a1df
commit 992f4cafbe
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -62,6 +62,7 @@ Changelog
* Fix: Formbuilder no longer raises TypeError when submitting unchecked boolean field (Arne Schauf)
* 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
0.8.7 (29.04.2015)

Wyświetl plik

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