mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 20:06:35 +11:00
Note how to migrate from South to native Django migrations.
This commit is contained in:
parent
1692d4572c
commit
e3aa7c06bc
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue