From 469f1e362bb9670b174b37da9edd4631aff7badb Mon Sep 17 00:00:00 2001 From: Andriy Sokolovskiy Date: Fri, 5 Jun 2015 11:04:45 +0100 Subject: [1.8.x] Fixed #24833 -- Fixed Case expressions with exclude(). --- 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