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-03-19
Fixed #36795 -- Enforced quoting of all database object names.
Simon Charette
2026-02-11
Relaxed a query ordering assertion in filtered_relation test.
Tim Graham
2026-02-03
Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases contain...
Jacob Walls
2025-06-12
Fixed #36442 -- Cloned FilteredRelation before rename_prefix_from_q.
viliam mihalik
2025-01-27
Fixed #36109 -- Fixed RecursionError when stacking FilteredRelation joins.
Peter DeVita
2025-01-03
Fixed #36029 -- Handled implicit exact lookups in condition depth checks for ...
Jacob Walls
2024-01-29
Fixed #35135 -- Made FilteredRelation raise ValueError on querysets as rhs.
Nicolas Delaby
2023-12-23
Fixed #35050 -- Fixed prefixing field names in FilteredRelation().
David Wobrock
2023-08-11
Fixed #34362 -- Fixed FilteredRelation() crash on conditional expressions.
Francesco Panico
2023-07-21
Fixed #34731, Refs #34118 -- Replaced assertEquals() with assertEqual() in te...
Michel Alexandre Salim
2023-07-21
Refs #29789 -- Added more tests for FilteredRelation with condition outside o...
Francesco Panico
2023-04-24
Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.
Simon Charette
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