Fix import sorting problem.
This commit is contained in:
parent
91e9f1c972
commit
8bcff10b5a
|
@ -1,8 +1,7 @@
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.db.models.fields.related import (
|
from django.db.models.fields.related import (
|
||||||
RECURSIVE_RELATIONSHIP_CONSTANT, ManyToManyDescriptor,
|
RECURSIVE_RELATIONSHIP_CONSTANT, ManyToManyDescriptor, ManyToManyField,
|
||||||
ManyToManyField, ManyToManyRel, RelatedField,
|
ManyToManyRel, RelatedField, create_many_to_many_intermediary_model,
|
||||||
create_many_to_many_intermediary_model,
|
|
||||||
)
|
)
|
||||||
from django.utils.functional import curry
|
from django.utils.functional import curry
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue