Django Evolution 0.7.4

Release date: September 15, 2014

New Features

  • Add a RenameModel mutation for handling model renames.

    The new RenameModel mutation allows an evolution to indicate that a model has been renamed. This handles updating the signature for any related ForeignKey or ManyToManyField fields and generating any SQL to perform the table rename (if needed).

Contributors

  • Christian Hammond