summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.4.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.0.4.txt b/docs/releases/2.0.4.txt
index dcfcc42f47..222b2360a5 100644
--- a/docs/releases/2.0.4.txt
+++ b/docs/releases/2.0.4.txt
@@ -9,4 +9,5 @@ Django 2.0.4 fixes several bugs in 2.0.3.
Bugfixes
========
-* ...
+* Fixed a crash when filtering with an ``Exists()`` annotation of a queryset
+ containing a single field (:ticket:`29195`).