Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-django-evolution-0.7.7-1.el7 RPM for noarch

From EPEL 7 for ppc64le / Packages / p

Name: python-django-evolution Distribution: Fedora Project
Version: 0.7.7 Vendor: Fedora Project
Release: 1.el7 Build date: Tue May 30 14:36:02 2017
Group: Development/Languages Build host: buildvm-29.phx2.fedoraproject.org
Size: 1146174 Source RPM: python-django-evolution-0.7.7-1.el7.src.rpm
Packager: Fedora Project
Url: http://code.google.com/p/django-evolution/
Summary: Schema evolution for Django
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.

Provides

Requires

License

BSD

Changelog

* Tue May 30 2017 Stephen Gallagher <sgallagh@redhat.com> - 0.7.7-1
  - Update to 0.7.7
* Fri Dec 04 2015 Stephen Gallagher <sgallagh@redhat.com> 0.7.6-1
  - Fixed a false positive with schema errors when applying evolutions on MySQL.
  - Fixed issues evolving certain changes from old database schemas.
* Fri Jun 12 2015 Stephen Gallagher <sgallagh@redhat.com> 0.7.5-1
  - Update to 0.7.5
  - http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.5.NEWS
* Mon Oct 27 2014 Stephen Gallagher <sgallagh@redhat.com> 0.7.4-1
  - http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.4.NEWS
* Tue Jul 29 2014 Stephen Gallagher <sgallagh@redhat.com> 1:0.7.3-1
  - 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.
* Thu Jun 12 2014 Stephen Gallagher <sgallagh@redhat.com> 1:0.7.2-3
  - Bump epoch to handle upgrades from Fedora 20 properly
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Mon Jun 02 2014 Stephen Gallagher <sgallagh@redhat.com> 0.7.2-1
  - 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
* Thu May 22 2014 Stephen Gallagher <sgallagh@redhat.com> 0.7.1-1
  - 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
* Sun Feb 09 2014 Stephen Gallagher <sgallagh@redhat.com> 0.7-5
  - New upstream release 0.7
  - http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.NEWS
* Wed Jan 22 2014 Stephen Gallagher <sgallagh@redhat.com> - 0.7-4.beta1
  - New upstream release 0.7beta1
  - http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7beta1.NEWS
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.9-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Wed Mar 13 2013 Stephen Gallagher <sgallagh@redhat.com> - 0.6.9-1
  - Update to upstream version 0.6.9
  - Fixes serious bug during upgrades from very old versions of a database where
    if an earlier evolution adds a new field and a later one modifies it, they
    will get out of sync.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Mon Jul 16 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.6.7-4
  - Correct Provides: version
* Fri Jul 13 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.6.7-3
  - Fixes from package review
* Wed Jul 11 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.6.7-2
  - Rename package to python-django-evolution
* Thu Apr 19 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.6.7-1
  - New upstream release 0.6.7
  - Fixes issue where an app listed in INSTALLED_APPS that didn't contain models
    would error out when installing a baseline evolution.
* Tue Apr 03 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.6.6-1
  - New upstream release 0.6.6
  - Generate more accurate sample evolutions
  - Generate PEP-8-compliant sample evolutions
  - Support Django 1.4's timezone awareness in the Version model
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.5-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Mon Aug 22 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.6.5-1
  - New upstream release 0.6.5
  - Fixed the version association for baseline evolutions for apps
  - Added a built-in evolution to remove the Message model in Django 1.4 SVN
* Mon Jul 11 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.6.4-2
  - Resolves: rhbz#720056 - file conflict python-paste-deploy x django-evolution
  - Remove tests from installed RPM
* Thu Jun 23 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.6.4-1
  - New upstream release 0.6.4
  - Unit test compatibility fixes for Django SVN
  - Installs a baseline evolution history for any new apps, preventing the
  - problem where an up-to-date set of models for a new app would be installed
  - on syncdb, followed by a failed evolution due to those changes having
  - already been made.
* Tue May 10 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.6.3-1
  - New upstream release 0.6.3
  - Fixes a long-standing PostgreSQL bug with adding non-null fields with
  - default values
  - Fixes the multi-database support when the databases are of different
  - backends
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Nov 22 2010 Stephen Gallagher <sgallagh@redhat.com> - 0.6.2-1
  - Upgrade to django-evolution 0.6.2 to support ReviewBoard 1.5.1
* Wed Nov 10 2010 Stephen Gallagher <sgallagh@redhat.com> - 0.6.1-1
  - Upgrade to latest upstream release
* Thu Jul 29 2010 Stephen Gallagher <sgallagh@redhat.com> - 0.5-4
  - Rebuilding to fix python 2.7 issues
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.5-3
  - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Thu Jun 03 2010 Stephen Gallagher <sgallagh@redhat.com> - 0.5-2
  - Stable upstream release 0.5.0
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0-1.1.svnr164
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Mar 02 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 0.0-0.1.svnr164
  - Add Requires: Django
* Wed Feb 18 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 0.0-0.20080217svnr164
  - Initial RPM release

Files

/usr/lib/python2.7/site-packages/django_evolution-0.7.7-py2.7.egg-info
/usr/lib/python2.7/site-packages/django_evolution-0.7.7-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/django_evolution-0.7.7-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/django_evolution-0.7.7-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/django_evolution-0.7.7-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/django_evolution-0.7.7-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/django_evolution/__init__.py
/usr/lib/python2.7/site-packages/django_evolution/__init__.pyc
/usr/lib/python2.7/site-packages/django_evolution/__init__.pyo
/usr/lib/python2.7/site-packages/django_evolution/admin.py
/usr/lib/python2.7/site-packages/django_evolution/admin.pyc
/usr/lib/python2.7/site-packages/django_evolution/admin.pyo
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/__init__.py
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/__init__.pyc
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/__init__.pyo
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/auth_delete_message.py
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/auth_delete_message.pyc
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/auth_delete_message.pyo
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/auth_unique_together_baseline.py
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/auth_unique_together_baseline.pyc
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/auth_unique_together_baseline.pyo
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/contenttypes_unique_together_baseline.py
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/contenttypes_unique_together_baseline.pyc
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/contenttypes_unique_together_baseline.pyo
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/session_expire_date_db_index.py
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/session_expire_date_db_index.pyc
/usr/lib/python2.7/site-packages/django_evolution/builtin_evolutions/session_expire_date_db_index.pyo
/usr/lib/python2.7/site-packages/django_evolution/db
/usr/lib/python2.7/site-packages/django_evolution/db/__init__.py
/usr/lib/python2.7/site-packages/django_evolution/db/__init__.pyc
/usr/lib/python2.7/site-packages/django_evolution/db/__init__.pyo
/usr/lib/python2.7/site-packages/django_evolution/db/common.py
/usr/lib/python2.7/site-packages/django_evolution/db/common.pyc
/usr/lib/python2.7/site-packages/django_evolution/db/common.pyo
/usr/lib/python2.7/site-packages/django_evolution/db/mysql.py
/usr/lib/python2.7/site-packages/django_evolution/db/mysql.pyc
/usr/lib/python2.7/site-packages/django_evolution/db/mysql.pyo
/usr/lib/python2.7/site-packages/django_evolution/db/mysql_old.py
/usr/lib/python2.7/site-packages/django_evolution/db/mysql_old.pyc
/usr/lib/python2.7/site-packages/django_evolution/db/mysql_old.pyo
/usr/lib/python2.7/site-packages/django_evolution/db/postgresql.py
/usr/lib/python2.7/site-packages/django_evolution/db/postgresql.pyc
/usr/lib/python2.7/site-packages/django_evolution/db/postgresql.pyo
/usr/lib/python2.7/site-packages/django_evolution/db/postgresql_psycopg2.py
/usr/lib/python2.7/site-packages/django_evolution/db/postgresql_psycopg2.pyc
/usr/lib/python2.7/site-packages/django_evolution/db/postgresql_psycopg2.pyo
/usr/lib/python2.7/site-packages/django_evolution/db/sql_result.py
/usr/lib/python2.7/site-packages/django_evolution/db/sql_result.pyc
/usr/lib/python2.7/site-packages/django_evolution/db/sql_result.pyo
/usr/lib/python2.7/site-packages/django_evolution/db/sqlite3.py
/usr/lib/python2.7/site-packages/django_evolution/db/sqlite3.pyc
/usr/lib/python2.7/site-packages/django_evolution/db/sqlite3.pyo
/usr/lib/python2.7/site-packages/django_evolution/diff.py
/usr/lib/python2.7/site-packages/django_evolution/diff.pyc
/usr/lib/python2.7/site-packages/django_evolution/diff.pyo
/usr/lib/python2.7/site-packages/django_evolution/errors.py
/usr/lib/python2.7/site-packages/django_evolution/errors.pyc
/usr/lib/python2.7/site-packages/django_evolution/errors.pyo
/usr/lib/python2.7/site-packages/django_evolution/evolve.py
/usr/lib/python2.7/site-packages/django_evolution/evolve.pyc
/usr/lib/python2.7/site-packages/django_evolution/evolve.pyo
/usr/lib/python2.7/site-packages/django_evolution/management
/usr/lib/python2.7/site-packages/django_evolution/management/__init__.py
/usr/lib/python2.7/site-packages/django_evolution/management/__init__.pyc
/usr/lib/python2.7/site-packages/django_evolution/management/__init__.pyo
/usr/lib/python2.7/site-packages/django_evolution/management/commands
/usr/lib/python2.7/site-packages/django_evolution/management/commands/__init__.py
/usr/lib/python2.7/site-packages/django_evolution/management/commands/__init__.pyc
/usr/lib/python2.7/site-packages/django_evolution/management/commands/__init__.pyo
/usr/lib/python2.7/site-packages/django_evolution/management/commands/evolve.py
/usr/lib/python2.7/site-packages/django_evolution/management/commands/evolve.pyc
/usr/lib/python2.7/site-packages/django_evolution/management/commands/evolve.pyo
/usr/lib/python2.7/site-packages/django_evolution/management/commands/list-evolutions.py
/usr/lib/python2.7/site-packages/django_evolution/management/commands/list-evolutions.pyc
/usr/lib/python2.7/site-packages/django_evolution/management/commands/list-evolutions.pyo
/usr/lib/python2.7/site-packages/django_evolution/management/commands/wipe-evolution.py
/usr/lib/python2.7/site-packages/django_evolution/management/commands/wipe-evolution.pyc
/usr/lib/python2.7/site-packages/django_evolution/management/commands/wipe-evolution.pyo
/usr/lib/python2.7/site-packages/django_evolution/models.py
/usr/lib/python2.7/site-packages/django_evolution/models.pyc
/usr/lib/python2.7/site-packages/django_evolution/models.pyo
/usr/lib/python2.7/site-packages/django_evolution/mutations.py
/usr/lib/python2.7/site-packages/django_evolution/mutations.pyc
/usr/lib/python2.7/site-packages/django_evolution/mutations.pyo
/usr/lib/python2.7/site-packages/django_evolution/mutators.py
/usr/lib/python2.7/site-packages/django_evolution/mutators.pyc
/usr/lib/python2.7/site-packages/django_evolution/mutators.pyo
/usr/lib/python2.7/site-packages/django_evolution/signature.py
/usr/lib/python2.7/site-packages/django_evolution/signature.pyc
/usr/lib/python2.7/site-packages/django_evolution/signature.pyo
/usr/lib/python2.7/site-packages/django_evolution/support.py
/usr/lib/python2.7/site-packages/django_evolution/support.pyc
/usr/lib/python2.7/site-packages/django_evolution/support.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests
/usr/lib/python2.7/site-packages/django_evolution/tests/__init__.py
/usr/lib/python2.7/site-packages/django_evolution/tests/__init__.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/__init__.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/base_test_case.py
/usr/lib/python2.7/site-packages/django_evolution/tests/base_test_case.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/base_test_case.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/db
/usr/lib/python2.7/site-packages/django_evolution/tests/db/__init__.py
/usr/lib/python2.7/site-packages/django_evolution/tests/db/__init__.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/db/__init__.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/db/mysql.py
/usr/lib/python2.7/site-packages/django_evolution/tests/db/mysql.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/db/mysql.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/db/mysql_old.py
/usr/lib/python2.7/site-packages/django_evolution/tests/db/mysql_old.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/db/mysql_old.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/db/postgresql.py
/usr/lib/python2.7/site-packages/django_evolution/tests/db/postgresql.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/db/postgresql.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/db/postgresql_psycopg2.py
/usr/lib/python2.7/site-packages/django_evolution/tests/db/postgresql_psycopg2.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/db/postgresql_psycopg2.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/db/sqlite3.py
/usr/lib/python2.7/site-packages/django_evolution/tests/db/sqlite3.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/db/sqlite3.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/models.py
/usr/lib/python2.7/site-packages/django_evolution/tests/models.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/models.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/signature.py
/usr/lib/python2.7/site-packages/django_evolution/tests/signature.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/signature.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_add_field.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_add_field.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_add_field.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_change_field.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_change_field.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_change_field.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_database_sig.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_database_sig.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_database_sig.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_delete_app.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_delete_app.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_delete_app.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_delete_field.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_delete_field.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_delete_field.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_delete_model.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_delete_model.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_delete_model.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_evolution_models.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_evolution_models.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_evolution_models.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_generics.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_generics.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_generics.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_index_together.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_index_together.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_index_together.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_ordering.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_ordering.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_ordering.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_preprocessing.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_preprocessing.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_preprocessing.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_rename_field.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_rename_field.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_rename_field.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_rename_model.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_rename_model.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_rename_model.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_sql_mutation.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_sql_mutation.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_sql_mutation.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/test_unique_together.py
/usr/lib/python2.7/site-packages/django_evolution/tests/test_unique_together.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/test_unique_together.pyo
/usr/lib/python2.7/site-packages/django_evolution/tests/utils.py
/usr/lib/python2.7/site-packages/django_evolution/tests/utils.pyc
/usr/lib/python2.7/site-packages/django_evolution/tests/utils.pyo
/usr/lib/python2.7/site-packages/django_evolution/utils.py
/usr/lib/python2.7/site-packages/django_evolution/utils.pyc
/usr/lib/python2.7/site-packages/django_evolution/utils.pyo
/usr/share/doc/python-django-evolution-0.7.7
/usr/share/doc/python-django-evolution-0.7.7/AUTHORS
/usr/share/doc/python-django-evolution-0.7.7/LICENSE
/usr/share/doc/python-django-evolution-0.7.7/NEWS
/usr/share/doc/python-django-evolution-0.7.7/PKG-INFO
/usr/share/doc/python-django-evolution-0.7.7/docs
/usr/share/doc/python-django-evolution-0.7.7/docs/evolution.txt
/usr/share/doc/python-django-evolution-0.7.7/docs/faq.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 25 02:20:21 2024