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:45 -0400
commitfc05e7f75396ca9a707a54db952cd3b58dfe5b6c (patch)
treea6c12ee4b0d9dc7c2742ac1087f14f64409f2ef8
parentb113c6adea2e4b1759bc5dc27b6cc5cc339f633a (diff)
[2.0.x] Fixed typo in docs/releases/2.0.5.txt.
Backport of cdc6da395aa602d772bd376513121fb2b674bda1 from master
-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`).