summaryrefslogtreecommitdiff
path: root/tests/regressiontests/app_loading/not_installed/models.py
AgeCommit message (Collapse)Author
2011-04-27Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke ↵Carl Meyer
for catching it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-27Fixed #15903 -- Allowed not-installed models to still be referenced in ↵Carl Meyer
related fields. Missed case from r16053. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-20Fixed #15866, #15850 -- Prevented get_model() and get_models() from ↵Carl Meyer
returning not-installed models (by default). Thanks adsva for report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16053 bcc190cf-cafb-0310-a4f2-bffc1f526a37