mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
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
This commit is contained in:
parent
82b8b67446
commit
55c31fbdef
4 changed files with 32 additions and 2 deletions
1
tests/regressiontests/admin_scripts/broken_app/models.py
Normal file
1
tests/regressiontests/admin_scripts/broken_app/models.py
Normal file
|
@ -0,0 +1 @@
|
|||
from django.db import modelz
|
Loading…
Add table
Add a link
Reference in a new issue