1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests/reverse_single_related
2011-10-13 21:34:56 +00:00
..
__init__.py FIxed #7666: use a bare queryset when accessing single related objects so that the related objects never become inaccessible. 2008-07-21 15:41:21 +00:00
models.py Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
tests.py