mirror of
https://github.com/django/django.git
synced 2025-08-22 03:24:21 +00:00
[1.8.x] Fixed #24766 -- Added join promotion for Case expressions
Backport of be9d645346
from master
This commit is contained in:
parent
d3a8f36fdb
commit
056a91dbfa
3 changed files with 42 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue