mirror of
https://github.com/django/django.git
synced 2024-11-29 22:56:46 +01:00
Corrected a flake8 issue -- this line is imported for the purpose of re-exposing the name
This commit is contained in:
parent
bbc73e6a12
commit
ffc0e0ca37
@ -15,7 +15,7 @@ from django.db.models.fields.files import FileField, ImageField # NOQA
|
||||
from django.db.models.fields.related import ( # NOQA
|
||||
ForeignKey, ForeignObject, OneToOneField, ManyToManyField,
|
||||
ManyToOneRel, ManyToManyRel, OneToOneRel)
|
||||
from django.db.models.fields.proxy import OrderWrt
|
||||
from django.db.models.fields.proxy import OrderWrt # NOQA
|
||||
from django.db.models.deletion import ( # NOQA
|
||||
CASCADE, PROTECT, SET, SET_NULL, SET_DEFAULT, DO_NOTHING, ProtectedError)
|
||||
from django.db.models import signals # NOQA
|
||||
|
Loading…
Reference in New Issue
Block a user