From 286d0e6ab1e54906007fda86b6cb6deb26c6deb2 Mon Sep 17 00:00:00 2001 From: Andriy Sokolovskiy Date: Fri, 5 Jun 2015 11:10:51 +0100 Subject: 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. --- docs/releases/1.8.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3