diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-08-20 02:28:40 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-08-20 02:28:40 +0000 |
| commit | 6d8e6090e598bcfafa7caffdee37e191d1ee7f4a (patch) | |
| tree | 7ab4fce71a8363336316eb3073b33f7c3e7ba42a /django/db/models/__init__.py | |
| parent | 1a8f9b2b97d2549fe28c2d9090fece3f29f029fa (diff) | |
Removed a bunch of legacy django.db.backend imports
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/db/models/__init__.py')
| -rw-r--r-- | django/db/models/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/__init__.py b/django/db/models/__init__.py index 2203cbb6fd..4c712a0dc2 100644 --- a/django/db/models/__init__.py +++ b/django/db/models/__init__.py @@ -1,7 +1,7 @@ from django.conf import settings from django.core.exceptions import ObjectDoesNotExist, ImproperlyConfigured from django.core import validators -from django.db import backend, connection +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.manager import Manager |
