mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fix import sorting problem.
This commit is contained in:
		| @@ -1,8 +1,7 @@ | ||||
| from django.db import models | ||||
| from django.db.models.fields.related import ( | ||||
|     RECURSIVE_RELATIONSHIP_CONSTANT, ManyToManyDescriptor, | ||||
|     ManyToManyField, ManyToManyRel, RelatedField, | ||||
|     create_many_to_many_intermediary_model, | ||||
|     RECURSIVE_RELATIONSHIP_CONSTANT, ManyToManyDescriptor, ManyToManyField, | ||||
|     ManyToManyRel, RelatedField, create_many_to_many_intermediary_model, | ||||
| ) | ||||
| from django.utils.functional import curry | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user