django/tests/filtered_relation
David Wobrock 14917c9ae2 Fixed #35050 -- Fixed prefixing field names in FilteredRelation().
Thanks Mark Zorn for the report.

Regression in 59f4754704.
2023-12-23 17:35:13 +01:00
..
__init__.py Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support. 2017-09-22 11:53:17 -04:00
models.py Fixed #35050 -- Fixed prefixing field names in FilteredRelation(). 2023-12-23 17:35:13 +01:00
tests.py Fixed #35050 -- Fixed prefixing field names in FilteredRelation(). 2023-12-23 17:35:13 +01:00