mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
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/trunk@12972 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d8910e95e0
commit
48dd5f13a3
10 changed files with 43 additions and 5 deletions
1
tests/regressiontests/admin_scripts/simple_app/models.py
Normal file
1
tests/regressiontests/admin_scripts/simple_app/models.py
Normal file
|
@ -0,0 +1 @@
|
|||
from admin_scripts.complex_app.models.bar import Bar
|
Loading…
Add table
Add a link
Reference in a new issue