I have just upgraded to Django 1.7 and I have some issues with some of my migrations. Before upgrading I used South to handle data migrations and one migration I had was to alter the field length for the name field in auth_permissions.
How can I write the same migration using django migrations >= 1.7?