diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-02-08 17:11:33 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-02-08 17:11:33 +0100 |
| commit | 868e0f3cb4cc47418e43a08c373f0707e3cf301c (patch) | |
| tree | c8906556b41527e8f9452ea112b7fd8204c482b1 | |
| parent | 2ed90eac49b99d66ee4f2d59af8553274a4d095f (diff) | |
Removed unneeded imports in db.models init
| -rw-r--r-- | django/db/models/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/db/models/__init__.py b/django/db/models/__init__.py index 2ad89b3ed5..2c91d50856 100644 --- a/django/db/models/__init__.py +++ b/django/db/models/__init__.py @@ -1,6 +1,4 @@ -from django.conf import settings from django.core.exceptions import ObjectDoesNotExist, ImproperlyConfigured -from django.db import connection from django.db.models.loading import get_apps, get_app, get_models, get_model, register_models from django.db.models.query import Q from django.db.models.expressions import F |
