Kaydet (Commit) 8bcff10b authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Fix import sorting problem.

üst 91e9f1c9
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment