Fix import sorting problem.

This commit is contained in:
Aymeric Augustin 2015-09-21 22:55:18 +02:00
parent 91e9f1c972
commit 8bcff10b5a
1 changed files with 2 additions and 3 deletions

View File

@ -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