diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-04-12 12:39:18 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-04-12 12:39:18 +0000 |
| commit | 55c31fbdefe3bc3c948599b66781e7a9a1dae2a2 (patch) | |
| tree | fa67da6e07f2a4533a766c5a2c60d7e976e6404a /tests/regressiontests/admin_scripts/broken_app/models.py | |
| parent | 82b8b67446f6737a22593876c8e77ff19532e2c5 (diff) | |
Fixed #11696: Changed app loading code so that it does not swallow import errors that used to be (prior to r10088) raised.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/admin_scripts/broken_app/models.py')
| -rw-r--r-- | tests/regressiontests/admin_scripts/broken_app/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/admin_scripts/broken_app/models.py b/tests/regressiontests/admin_scripts/broken_app/models.py new file mode 100644 index 0000000000..f37f1efc11 --- /dev/null +++ b/tests/regressiontests/admin_scripts/broken_app/models.py @@ -0,0 +1 @@ +from django.db import modelz |
