summaryrefslogtreecommitdiff
path: root/tests/filtered_relation/models.py
AgeCommit message (Expand)Author
2023-12-23Fixed #35050 -- Fixed prefixing field names in FilteredRelation().David Wobrock
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
2017-09-22Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby