1
0
mirror of https://github.com/django/django.git synced 2025-10-31 01:25: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:
David Wobrock
2023-12-21 23:20:36 +01:00
committed by Mariusz Felisiak
parent 623597c786
commit 14917c9ae2
4 changed files with 45 additions and 2 deletions

View File

@@ -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`).