1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/foreign_object
2016-09-13 10:07:37 -04:00
..
models Refs #25415 -- Fixed invalid models in the test suite. 2016-09-09 17:16:42 -04:00
__init__.py
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 Fixed #25064 -- Allowed empty join columns. 2015-08-15 07:26:44 -04:00
test_forms.py Moved foreign_object models.py into a module. 2015-08-14 08:53:35 -04:00
tests.py Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual(). 2016-09-13 10:07:37 -04:00