summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authororf <tom@tomforb.es>2017-06-08 17:29:13 +0100
committerTim Graham <timograham@gmail.com>2017-06-13 08:13:17 -0400
commita118287bca65f2e5da110c89509941c677ebc2e1 (patch)
treeaf878dee91ba1dcf9a674185e05291c7618a0bd9 /docs
parent82175ead723f8fa3f9271fbd4b24275097029aab (diff)
Fixed #28284 -- Prevented Paginator's unordered object list warning from evaluating a QuerySet.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.3.txt b/docs/releases/1.11.3.txt
index 33645d05b3..6afe77e8bb 100644
--- a/docs/releases/1.11.3.txt
+++ b/docs/releases/1.11.3.txt
@@ -32,3 +32,6 @@ Bugfixes
* Fixed ``QuerySet.union()``, ``intersection()``, and ``difference()`` when
combining with an ``EmptyQuerySet`` (:ticket:`28293`).
+
+* Prevented ``Paginator``’s unordered object list warning from evaluating a
+ ``QuerySet`` (:ticket:`28284`).