summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndriy Sokolovskiy <me@asokolovskiy.com>2015-06-05 11:04:45 +0100
committerTim Graham <timograham@gmail.com>2015-06-05 11:03:41 -0400
commit469f1e362bb9670b174b37da9edd4631aff7badb (patch)
treeae6d169a9f579b504dc4d17bdf6b2ad45cb3ccd0 /docs
parent7dcfbb2ef38bb806531d6e73dd179d5266f48d7a (diff)
[1.8.x] Fixed #24833 -- Fixed Case expressions with exclude().
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt
index 4f98027f7e..d544183445 100644
--- a/docs/releases/1.8.3.txt
+++ b/docs/releases/1.8.3.txt
@@ -50,3 +50,6 @@ Bugfixes
* Fixed recording of applied status for squashed (replacement) migrations
(:ticket:`24628`).
+
+* Fixed queryset annotations when using ``Case`` expressions with ``exclude()``
+ (:ticket:`24833`).