[Python-modules-commits] [python-django] 03/04: New major upstream release.
Raphaël Hertzog
hertzog at moszumanska.debian.org
Mon Sep 8 08:49:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch debian/experimental
in repository python-django.
commit 1bcf3d04558d0a430b3976cbd8b567fc21f028be
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Mon Sep 8 10:29:13 2014 +0200
New major upstream release.
---
debian/NEWS | 15 +++++++++++++++
debian/changelog | 7 +++++++
2 files changed, 22 insertions(+)
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..b153701
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,15 @@
+python-django (1.7-1) unstable; urgency=medium
+
+ Django 1.7 has a new feature to handle database schema upgrade called
+ "migrations" which is incompatible with South (provided by
+ python-django-south in Debian). If you have Django applications using
+ South, make sure that you have applied all migrations prior to the
+ upgrade (alternatively you can use a virtualenv running Django 1.6
+ to run those migrations after the upgrade).
+
+ Django 1.7 comes with many new features and some backwards incompatible
+ changes. They are well documented in the Django documentation:
+ https://docs.djangoproject.com/en/1.7/releases/1.7/
+ https://docs.djangoproject.com/en/1.7/internals/deprecation/#deprecation-removed-in-1-7
+
+ -- Raphaël Hertzog <hertzog at debian.org> Mon, 08 Sep 2014 10:20:37 +0200
diff --git a/debian/changelog b/debian/changelog
index 9b1bd9f..cbc8358 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-django (1.7-1) experimental; urgency=medium
+
+ * New major upstream release.
+ * Add a NEWS file to document the incompatibility with South.
+
+ -- Raphaël Hertzog <hertzog at debian.org> Mon, 08 Sep 2014 10:19:12 +0200
+
python-django (1.7~c3-1) experimental; urgency=medium
* New upstream release candidate with security fixes:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django.git
More information about the Python-modules-commits
mailing list