From ef6308db01f7b57467f62b731ce968a9fa18fc48 Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Wed, 14 Apr 2010 19:14:23 +0000 Subject: [1.1.X] Fixed #13335: Adjusted the r12950 fix to properly handle import errors resulting from nested calls to load_app. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12973 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/admin_scripts/simple_app/__init__.py | 0 tests/regressiontests/admin_scripts/simple_app/models.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 tests/regressiontests/admin_scripts/simple_app/__init__.py create mode 100644 tests/regressiontests/admin_scripts/simple_app/models.py (limited to 'tests/regressiontests/admin_scripts/simple_app') diff --git a/tests/regressiontests/admin_scripts/simple_app/__init__.py b/tests/regressiontests/admin_scripts/simple_app/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/regressiontests/admin_scripts/simple_app/models.py b/tests/regressiontests/admin_scripts/simple_app/models.py new file mode 100644 index 0000000000..65b30ed38a --- /dev/null +++ b/tests/regressiontests/admin_scripts/simple_app/models.py @@ -0,0 +1 @@ +from admin_scripts.complex_app.models.bar import Bar -- cgit v1.3