diff --git a/CHANGELOG.txt b/CHANGELOG.txt index edb5fd6c2..8e18dc059 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 7eb89ff8c..cef5682cd 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -53,6 +53,7 @@ Contributors * signalkraft * Mac Chapman * Brett Grace +* Nar Chhantyal Translators =========== diff --git a/docs/releases/0.8.8.rst b/docs/releases/0.8.8.rst index d431c1363..33102acb0 100644 --- a/docs/releases/0.8.8.rst +++ b/docs/releases/0.8.8.rst @@ -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