From e3aa7c06bc0af64e5419e9e4945c90e72de11f89 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Wed, 12 Aug 2015 06:20:36 +0200 Subject: [PATCH] Note how to migrate from South to native Django migrations. --- CHANGELOG | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 83e352b..e5ce4f0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,16 +1,16 @@ Changelog ========= - - 2.9 (DEV) ---------------- * Full Django 1.7 support * Full Django 1.8 support * New Django migrations, with fallback to South migrations if South is - installed. -* Added i18n support and several languages + installed. If you want to switch from South to native Django migrations, + and have an existing databsae, fake the initial migrations: + `manage.py migrate --fake-initial` +* Added full i18n support and several languages * More settings can be overrridden, like the jQuery URL, site name and wether you want to enable Gthub Gist. * Ships a middleware that blocks anonymous proxies and TOR nodes. Not enabled