summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-08-21 09:48:14 -0400
committerTim Graham <timograham@gmail.com>2018-08-21 09:48:14 -0400
commitcdc6da395aa602d772bd376513121fb2b674bda1 (patch)
tree6f010e5e5f75fc30b933026cd58a8c0838394def
parenta0ca4b5694f43c63ea13ba6908eff2bd53ee7ebb (diff)
Fixed typo in docs/releases/2.0.5.txt.
-rw-r--r--docs/releases/2.0.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.0.5.txt b/docs/releases/2.0.5.txt
index ec5d56f433..460e8775b8 100644
--- a/docs/releases/2.0.5.txt
+++ b/docs/releases/2.0.5.txt
@@ -19,7 +19,7 @@ Bugfixes
* Fixed crashes in ``django.contrib.admindocs`` when a view is a callable
object, such as ``django.contrib.syndication.views.Feed`` (:ticket:`29296`).
-* Fixed a regression in Django 1.11.12 where ``QuerySet.values()`` or
+* Fixed a regression in Django 2.0.4 where ``QuerySet.values()`` or
``values_list()`` after combining an annotated and unannotated queryset with
``union()``, ``difference()``, or ``intersection()`` crashed due to mismatching
columns (:ticket:`29286`).