Name: | python-django-evolution |
---|---|
Epoch: | 1 |
Version: | 0.7.7 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 1146174 |
License: | BSD |
RPM: | python-django-evolution-0.7.7-1.el7.noarch.rpm |
Source RPM: | python-django-evolution-0.7.7-1.el7.src.rpm |
Build Date: | Wed Oct 25 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://code.google.com/p/django-evolution/ |
Summary: | 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. |
- Update to 0.7.7
- Fixed a false positive with schema errors when applying evolutions on MySQL. - Fixed issues evolving certain changes from old database schemas.
- Update to 0.7.5 - http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.5.NEWS
- http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.4.NEWS
- 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.
- Bump epoch to handle upgrades from Fedora 20 properly
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- New upstream release 0.7.2 - http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.2.NEWS - Fixed a crash from no-op column renames on PostgreSQL
- New upstream release 0.7.1 - http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.1.NEWS - Fixed a crash from no-op column renames on MySQL
- New upstream release 0.7 - http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.NEWS