summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndriy Sokolovskiy <me@asokolovskiy.com>2015-06-05 11:10:51 +0100
committerTim Graham <timograham@gmail.com>2015-06-05 11:21:31 -0400
commit286d0e6ab1e54906007fda86b6cb6deb26c6deb2 (patch)
tree79220390d768977f3eb3b4d072e9ffdfe1bd37c6 /docs
parentcbe4efcbc13ad402bf1f1a94b02a8ec93f20327d (diff)
Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."
Partial forwardport of 469f1e362bb9670b174b37da9edd4631aff7badb from stable/1.8.x as the issue was already fixed in master.
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`).