mirror of
https://github.com/django/django.git
synced 2025-09-12 05:26:27 +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
|
@ -5,7 +5,7 @@ from decimal import Decimal
|
|||
|
||||
from django.core.exceptions import FieldDoesNotExist, FieldError
|
||||
from django.db.models import (
|
||||
F, BooleanField, CharField, Count, DateTimeField, ExpressionWrapper, Func,
|
||||
BooleanField, CharField, Count, DateTimeField, ExpressionWrapper, F, Func,
|
||||
IntegerField, Sum, Value,
|
||||
)
|
||||
from django.db.models.functions import Lower
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue