summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Godwin <andrew@aeracode.org>2014-07-10 10:00:09 -0700
committerAndrew Godwin <andrew@aeracode.org>2014-07-10 10:01:12 -0700
commit3e13c1d9b174cb6fc1a97f6fde418150e0968bdd (patch)
treed7702d562536638dee1a9c5347aa144e63bc9712 /docs
parenteb7e232e7fd9468b19dfbdf51fb16e9c530969dc (diff)
[1.7.x] Add south upgrade note to 1.7 release notes
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt6
-rw-r--r--docs/topics/migrations.txt2
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 8327bb2e8a..1cac7edb56 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -72,6 +72,12 @@ but a few of the key features are:
:ref:`ForeignKey <ref-foreignkey>` or :ref:`ManyToManyField <ref-manytomany>` to) apps with migrations. Read the
:ref:`dependencies documentation <unmigrated-dependencies>` for more.
+
+* If you are upgrading from South, see our :ref:`upgrading-from-south`
+ documentation, and third-party app authors should read the
+ `South 1.0 release notes <http://south.readthedocs.org/en/latest/releasenotes/1.0.html#library-migration-path>`_
+ for details on how to support South and Django migrations simultaneously.
+
.. _app-loading-refactor-17-release-note:
App-loading refactor
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index b63ab48ecf..80a86dee20 100644
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -576,6 +576,8 @@ The decorator adds logic to capture and preserve the arguments on their
way into your constructor, and then returns those arguments exactly when
deconstruct() is called.
+.. _upgrading-from-south:
+
Upgrading from South
--------------------