mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24766 -- Added join promotion for Case expressions
This commit is contained in:
committed by
Tim Graham
parent
8e86d9d3df
commit
be9d645346
@@ -13,3 +13,7 @@ Bugfixes
|
||||
|
||||
* Fixed crash when reusing the same ``Case`` instance in a query
|
||||
(:ticket:`24752`).
|
||||
|
||||
* Corrected join promotion for ``Case`` expressions. For example, annotating a
|
||||
query with a ``Case`` expression could unexpectedly filter out results
|
||||
(:ticket:`24766`).
|
||||
|
||||
Reference in New Issue
Block a user