Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-django-evolution - Schema evolution for Django
- Description:
When you run ./manage.py syncdb, Django will look for any new models that
have been defined, and add a database table to represent those new models.
However, if you make a change to an existing model, ./manage.py syncdb will
not make any changes to the database.
This is where Django Evolution fits in. Django Evolution is an extension to
Django that allows you to track changes in your models over time, and to
update the database to reflect those changes.
Packages
python-django-evolution-0.7.3-1.el7.noarch
[171 KiB] |
Changelog
by Stephen Gallagher (2014-07-29):
- Fixed issues evolving unique_together attributes on models.
- Adding and removing a unique_together constraint 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.
|