The start of a 5.11.0 release note, in order to capture the extra migrations needed.

- Legacy-Id: 8825
This commit is contained in:
Henrik Levkowetz 2014-12-22 17:09:00 +00:00
parent 8f2e5018a8
commit a0ceff3a14

View file

@ -1,3 +1,21 @@
ietfdb (5.11.0) ietf; urgency=medium
This relese upgrades Django from 1.6.4 to 1.7.1, and tastypie from 0.11.1 to
0.12.1. It changes the database migrations infrastructure from that provided
by "south", to the builtin replacement newly introduced with Django 1.7.
There are also a set of changes required by the upgrade, and some fixes
to bugs revealed by the improved infrastructure provided by Django 1.7.
Deployment note: When deploying this, migrations need some extra care.
You should run the following:
$ ietf/manage.py migrate --fake doc
$ ietf/manage.py migrate --fake community
$ ietf/manage.py migrate --fake dbtemplate
$ ietf/manage.py migrate
ietfdb (5.10.0) ietf; urgency=medium
This release provides work from rcross@amsl.com which refactors and enhances