mirror of
https://github.com/django/django.git
synced 2025-10-03 23:34:47 +00:00
Fixed #24744 - Fixed relabeled_clone for the Transform
This commit is contained in:
parent
dee1bcd08a
commit
08232ef84d
3 changed files with 23 additions and 1 deletions
|
@ -57,3 +57,5 @@ Bugfixes
|
|||
* Corrected join promotion for multiple ``Case`` expressions. Annotating a
|
||||
query with multiple ``Case`` expressions could unexpectedly filter out
|
||||
results (:ticket:`24924`).
|
||||
|
||||
* Fixed usage of transforms in subqueries (:ticket:`24744`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue