mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #24924 -- Join promotion for multiple Case expressions
This commit is contained in:
parent
f0450c9b12
commit
541f4ea546
3 changed files with 47 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue