0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
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
test_agnostic_order_trimjoin.py
test_empty_join.py
test_forms.py
tests.py Fixed #32996 -- Cached PathInfos on relations. 2021-11-03 11:27:04 +01:00