There was an error while loading. Please reload this page.
1 parent 2ed90ea commit 868e0f3Copy full SHA for 868e0f3
django/db/models/__init__.py
@@ -1,6 +1,4 @@
1
-from django.conf import settings
2
from django.core.exceptions import ObjectDoesNotExist, ImproperlyConfigured
3
-from django.db import connection
4
from django.db.models.loading import get_apps, get_app, get_models, get_model, register_models
5
from django.db.models.query import Q
6
from django.db.models.expressions import F
0 commit comments