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

Fixed #24924 -- Join promotion for multiple Case expressions

This commit is contained in:
Mark Lavin
2015-06-05 10:48:57 -04:00
committed by Tim Graham
parent f0450c9b12
commit 541f4ea546
3 changed files with 47 additions and 3 deletions

View File

@@ -53,3 +53,7 @@ Bugfixes
* Fixed queryset annotations when using ``Case`` expressions with ``exclude()``
(:ticket:`24833`).
* Corrected join promotion for multiple ``Case`` expressions. Annotating a
query with multiple ``Case`` expressions could unexpectedly filter out
results (:ticket:`24924`).