kopia lustrzana https://github.com/wagtail/wagtail
release note for #1270
rodzic
03e681dea8
commit
15c6d027b4
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue