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:
Karen Tracey 2010-04-12 12:39:18 +00:00
parent 82b8b67446
commit 55c31fbdef
4 changed files with 32 additions and 2 deletions

View file

@ -0,0 +1 @@
from django.db import modelz