Skip to content

Commit

Permalink
Removed unneeded imports in db.models init
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Feb 8, 2013
1 parent 2ed90ea commit 868e0f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions django/db/models/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 868e0f3

Please sign in to comment.