mirror of
https://github.com/django/django.git
synced 2025-09-23 10:42:45 +00:00
Sorted single letter imports per the latest version of isort.
This commit is contained in:
parent
fc01c84bad
commit
1c8c0837c6
15 changed files with 20 additions and 20 deletions
|
@ -16,10 +16,10 @@ from django.db import (
|
|||
from django.db.models import sql
|
||||
from django.db.models.constants import LOOKUP_SEP
|
||||
from django.db.models.deletion import Collector
|
||||
from django.db.models.expressions import F, Date, DateTime
|
||||
from django.db.models.expressions import Date, DateTime, F
|
||||
from django.db.models.fields import AutoField
|
||||
from django.db.models.query_utils import (
|
||||
Q, InvalidQuery, check_rel_lookup_compatibility, deferred_class_factory,
|
||||
InvalidQuery, Q, check_rel_lookup_compatibility, deferred_class_factory,
|
||||
)
|
||||
from django.db.models.sql.constants import CURSOR
|
||||
from django.utils import six, timezone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue