Changelog/release note/contributor for #1266

This commit is contained in:
Karl Hobley 2015-06-05 13:42:26 +01:00
parent a0dc8b39a6
commit 1ce5a441e5
3 changed files with 3 additions and 0 deletions

View file

@ -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)

View file

@ -53,6 +53,7 @@ Contributors
* signalkraft
* Mac Chapman
* Brett Grace
* Nar Chhantyal
Translators
===========

View file

@ -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