Permalink
Please sign in to comment.
Browse files
magic-removal: Fixed #1179 -- Importing a model no longer raises Impo…
…rtError if it's not in INSTALLED_APPS. Instead, Model._meta.installed is set to either True or False, so you can check it git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2655 bcc190cf-cafb-0310-a4f2-bffc1f526a37
- Loading branch information...
Showing
with
3 additions
and 8 deletions.
- +1 −8 django/db/models/base.py
- +2 −0 django/db/models/options.py
0 comments on commit
8792dce