index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
filtered_relation
Age
Commit message (
Expand
)
Author
2026-02-03
[4.2.x] Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases...
Jacob Walls
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-04-14
Relaxed some query ordering assertions in various tests.
Mariusz Felisiak
2022-03-30
Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_relation ar...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-07-09
Fixed #29789 -- Added support for nested relations to FilteredRelation.
matt ferrante
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2019-10-11
Fixed #30854 -- Fixed QuerySet.select_related() with multiple FilteredRelations.
Hasan Ramezani
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-05-07
Fixed #30349 -- Fixed QuerySet.exclude() on FilteredRelation.
Rob
2019-04-23
Fixed #29810 -- Fixed crash of select_related() on FilteredRelation with empt...
can
2017-10-28
Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.
Ran Benita
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby