mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
Fixed #35050 -- Fixed prefixing field names in FilteredRelation().
Thanks Mark Zorn for the report.
Regression in 59f4754704
.
This commit is contained in:
parent
623597c786
commit
14917c9ae2
4 changed files with 45 additions and 2 deletions
|
@ -29,3 +29,6 @@ Bugfixes
|
|||
overflow the page and become non-interactive (:ticket:`35012`).
|
||||
|
||||
* Added compatibility for ``oracledb`` 2.0.0 (:ticket:`35054`).
|
||||
|
||||
* Fixed a regression in Django 5.0 where querysets referenced incorrect field
|
||||
names from ``FilteredRelation()`` (:ticket:`35050`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue