summaryrefslogtreecommitdiff
path: root/tests/filtered_relation/models.py
AgeCommit message (Collapse)Author
2023-12-23Fixed #35050 -- Fixed prefixing field names in FilteredRelation().David Wobrock
Thanks Mark Zorn for the report. Regression in 59f475470494ce5b8cbff816b1e5dafcbd10a3a3.
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-07-09Fixed #29789 -- Added support for nested relations to FilteredRelation.matt ferrante
2020-04-30Removed unused __str__() methods in tests models.Mariusz Felisiak
Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1.
2017-09-22Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) ↵Nicolas Delaby
support. Thanks Anssi Kääriäinen for contributing to the patch.