Changes between Initial Version and Version 1 of Ticket #25384


Ignore:
Timestamp:
Sep 11, 2015, 10:12:30 AM (9 years ago)
Author:
Maxime Lorant
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25384 – Description

    initial v1  
    55Anytime [https://pypi.python.org/pypi/isort isort] is run on a migration file (for example, for data migrations), it will reorder the import to:
    66
    7     from django.db import models, migrations
     7    from django.db import migrations, models
    88
    99It would be great if we were generating properly sorted documents.
Back to Top