mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Removed unneeded imports in db.models init
This commit is contained in:
parent
2ed90eac49
commit
868e0f3cb4
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue