django/tests/foreign_object
Keryn Knight a697424969 Fixed #32996 -- Cached PathInfos on relations.
PathInfo values are ostensibly static over the lifetime of the object
for which they're requested, so the data can be memoized, quickly
amortising the cost over the process' duration.
2021-11-03 11:27:04 +01:00
..
models Fixed #32951 -- Removed Query.where_class & co. 2021-07-22 08:49:20 +02:00
__init__.py Fixed 19385 -- Added ORM support for multicolumn joins 2013-03-24 18:08:01 +02:00
test_agnostic_order_trimjoin.py Fixed #26515 -- Fixed Query.trim_joins() for nested ForeignObjects. 2016-05-19 09:56:24 -04:00
test_empty_join.py Switched setUp() to setUpTestData() where possible in Django's tests. 2018-11-27 09:35:17 -05:00
test_forms.py Moved foreign_object models.py into a module. 2015-08-14 08:53:35 -04:00
tests.py Fixed #32996 -- Cached PathInfos on relations. 2021-11-03 11:27:04 +01:00