Note how to migrate from South to native Django migrations.

This commit is contained in:
Martin Mahner 2015-08-12 06:20:36 +02:00
parent 1692d4572c
commit e3aa7c06bc

View file

@ -1,16 +1,16 @@
Changelog Changelog
========= =========
2.9 (DEV) 2.9 (DEV)
---------------- ----------------
* Full Django 1.7 support * Full Django 1.7 support
* Full Django 1.8 support * Full Django 1.8 support
* New Django migrations, with fallback to South migrations if South is * New Django migrations, with fallback to South migrations if South is
installed. installed. If you want to switch from South to native Django migrations,
* Added i18n support and several languages 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 * More settings can be overrridden, like the jQuery URL, site name and wether
you want to enable Gthub Gist. you want to enable Gthub Gist.
* Ships a middleware that blocks anonymous proxies and TOR nodes. Not enabled * Ships a middleware that blocks anonymous proxies and TOR nodes. Not enabled