1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests/string_lookup
2006-06-23 08:16:36 +00:00
..
__init__.py Fixed #1662 -- Added resolver for string-form model references for models that have already been loaded, with tests to validate both forward and backward referenced model names. Light refactoring of model loading to make regression tests behave more like normal model loading. Also clarifies the text of some validation errors. 2006-06-23 04:37:00 +00:00
models.py Fixed #1661 -- Added logic for string-form model references in the 'to' argument of OneToOneFields. Includes regression test. 2006-06-23 08:16:36 +00:00