-----
* Adding ``AlterSortedManyToManyField`` migration operation that allows you to
migrate from ``ManyToManyField`` to ``SortedManyToManyField`` and vice
versa. Thanks to Joaquín Pérez for the patch!
* Fix: Supporting migrations in Django 1.7.4.
* Fix: The admin widget is not broken anymore for dynamically added inline
forms. Thanks to Rubén Díaz for the patch!