Django Evolution 0.7.3
Release date: July 24, 2014
Bug Fixes
Fixed issues evolving
unique_togetherattributes on models.When adding
unique_togetherconstraints and then changing them within a single evolve operation, any constraints listed more than once would result in unnecessary duplicate SQL statements. These would cause errors that would prevent the transaction from completing.Adding and removing a
unique_togetherconstraint within an evolve operation no longer breaks on PostgreSQL.Errors importing a database backend on a modern Django no longer results in unrelated errors about
settings.DATABASE_ENGINE.
Contributors
Christian Hammond