[python-django-evolution] Fixed issues evolving unique_together attributes on models.

Stephen Gallagher sgallagh at fedoraproject.org
Tue Jul 29 15:58:13 UTC 2014


commit efb6cd3cd4a7f529f185da88376fba188f9ac715
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Jul 29 11:57:57 2014 -0400

    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.

 .gitignore                   |    1 +
 python-django-evolution.spec |   11 +++++++++--
 sources                      |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3bbb539..1d1c277 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /django_evolution-0.7.tar.gz
 /django_evolution-0.7.1.tar.gz
 /django_evolution-0.7.2.tar.gz
+/django_evolution-0.7.3.tar.gz
diff --git a/python-django-evolution.spec b/python-django-evolution.spec
index 4cf7a77..8d4140f 100644
--- a/python-django-evolution.spec
+++ b/python-django-evolution.spec
@@ -1,7 +1,7 @@
 Name:           python-django-evolution
-Version:        0.7.2
+Version:        0.7.3
 Epoch:          1
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        Schema evolution for Django
 
 Group:          Development/Languages
@@ -61,6 +61,13 @@ rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/tests
 %{python_sitelib}/django_evolution-%{version}*.egg-info
 
 %changelog
+* Tue Jul 29 2014 Stephen Gallagher <sgallagh at 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 at redhat.com> 1:0.7.2-3
 - Bump epoch to handle upgrades from Fedora 20 properly
 
diff --git a/sources b/sources
index 66f1897..6c6fd6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1747c73e523e72f43c743f5ebd66e90f  django_evolution-0.7.2.tar.gz
+c51895b6501dd58b0e5dc8f5a5fb6f68  django_evolution-0.7.3.tar.gz


More information about the scm-commits mailing list