kopia lustrzana https://github.com/wagtail/wagtail
Changelog/release note for #1365
rodzic
aeb05d14aa
commit
eb6f25bc66
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue