1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."

Partial forwardport of 469f1e362b from stable/1.8.x
as the issue was already fixed in master.
This commit is contained in:
Andriy Sokolovskiy
2015-06-05 11:10:51 +01:00
committed by Tim Graham
parent cbe4efcbc1
commit 286d0e6ab1
3 changed files with 21 additions and 6 deletions

View File

@@ -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`).