summaryrefslogtreecommitdiff
path: root/tests/filtered_relation
Commit message (Expand)AuthorAgeFilesLines
* Fixed #30854 -- Fixed QuerySet.select_related() with multiple FilteredRelations.Hasan Ramezani2019-10-111-0/+12
* Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU2019-10-011-0/+5
* Fixed #30349 -- Fixed QuerySet.exclude() on FilteredRelation.Rob2019-05-071-0/+8
* Fixed #29810 -- Fixed crash of select_related() on FilteredRelation with empt...can2019-04-231-0/+6
* Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.Ran Benita2017-10-281-1/+15
* Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby2017-09-223-0/+489