Removed unneeded imports in db.models init

This commit is contained in:
Claude Paroz 2013-02-08 17:11:33 +01:00
parent 2ed90eac49
commit 868e0f3cb4
1 changed files with 0 additions and 2 deletions

View File

@ -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