Changes between Initial Version and Version 1 of Ticket #25384
- Timestamp:
- Sep 11, 2015, 10:12:30 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25384 – Description
initial v1 5 5 Anytime [https://pypi.python.org/pypi/isort isort] is run on a migration file (for example, for data migrations), it will reorder the import to: 6 6 7 from django.db import m odels, migrations7 from django.db import migrations, models 8 8 9 9 It would be great if we were generating properly sorted documents.