summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-05-29 10:14:45 -0400
committerTim Graham <timograham@gmail.com>2017-05-29 10:14:45 -0400
commite84034b37a690889a2f77d85f85beebbd165598b (patch)
treec64a593bf53b0b6d8fa99facad8daead198f1a82
parent95993a89ce6ca5f5e26b1c22b65c57dcb8c005e9 (diff)
Refs #28204 - Forwardported 1.11.2 release note.
-rw-r--r--docs/releases/1.11.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt
index ef235fa9ed..4dcfda7cc7 100644
--- a/docs/releases/1.11.2.txt
+++ b/docs/releases/1.11.2.txt
@@ -36,3 +36,6 @@ Bugfixes
* Relaxed the validation added in Django 1.11 of the fields in the ``defaults``
argument of ``QuerySet.get_or_create()`` and ``update_or_create()`` to
reallow settable model properties (:ticket:`28222`).
+
+* Fixed ``MultipleObjectMixin.paginate_queryset()`` crash on Python 2 if the
+ ``InvalidPage`` message contains non-ASCII (:ticket:`28204`).