django/tests/regressiontests/app_loading/not_installed
Carl Meyer c85b765288 Fixed #15903 -- Allowed not-installed models to still be referenced in related fields. Missed case from r16053.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-27 15:46:43 +00:00
..
__init__.py Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning not-installed models (by default). Thanks adsva for report. 2011-04-20 17:58:37 +00:00
models.py Fixed #15903 -- Allowed not-installed models to still be referenced in related fields. Missed case from r16053. 2011-04-27 15:46:43 +00:00