mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 12:41:12 +00:00
Changelog/release note/contributor for #1266
This commit is contained in:
parent
a0dc8b39a6
commit
1ce5a441e5
3 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ Changelog
|
|||
* 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
|
||||
* Fix: Creating a proxy model from a Page class no longer crashes in the system check (Nar Chhantyal)
|
||||
|
||||
|
||||
0.8.7 (29.04.2015)
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ Contributors
|
|||
* signalkraft
|
||||
* Mac Chapman
|
||||
* Brett Grace
|
||||
* Nar Chhantyal
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@ Bug fixes
|
|||
* 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
|
||||
* Creating a proxy model from a Page class no longer crashes in the system check
|
||||
|
|
|
|||
Loading…
Reference in a new issue