diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-02 21:01:13 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-02 21:03:41 -0400 |
| commit | cedccd2688e2eacaad647d57cc487d1fe6162438 (patch) | |
| tree | 3e03a954edb6d2abe115af2c0040e14c4b215298 /docs/topics | |
| parent | d92b08536d873c0966e8192e64d8e8bd9de79ebe (diff) | |
[1.7.x] Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade instructions.
Thanks dgrant for the report.
Backport of bda2809712 from master
Diffstat (limited to 'docs/topics')
| -rwxr-xr-x | docs/topics/migrations.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index f08669ac6d..cd03a2f840 100755 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -616,7 +616,8 @@ If you already have pre-existing migrations created with `South <http://south.aeracode.org>`_, then the upgrade process to use ``django.db.migrations`` is quite simple: -* Ensure all installs are fully up-to-date with their migrations +* Ensure all installs are fully up-to-date with their migrations. +* Remove ``'south'`` from :setting:`INSTALLED_APPS`. * Delete all your (numbered) migration files, but not the directory or ``__init__.py`` - make sure you remove the ``.pyc`` files too. * Run ``python manage.py makemigrations``. Django should see the empty |
