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