@@ -4,17 +4,22 @@ ietfdb (5.11.0) ietf; urgency=medium
44 0.12.1. It changes the database migrations infrastructure from that provided
55 by "south", to the builtin replacement newly introduced with Django 1.7.
66
7- There are also a set of changes required by the upgrade, and some fixes
8- to bugs revealed by the improved infrastructure provided by Django 1.7.
7+ There are also a number of changes which are required by the upgrade, in
8+ order to make things work as expected, and some fixes to bugs revealed by
9+ the improved infrastructure provided by Django 1.7.
910
10- Deployment note: When deploying this, migrations need some extra care.
11- You should run the following:
12- $ ietf/manage.py migrate --fake doc
13- $ ietf/manage.py migrate --fake community
14- $ ietf/manage.py migrate --fake dbtemplate
15- $ ietf/manage.py migrate
11+ Deployment note:
1612
17- -- Henrik Levkowetz <henrik@levkowetz.com> 08 Feb 2015 21:02:38 +0000
13+ When deploying this, migrations need some extra care, as the new-style
14+ migrations which are part of the release should not actually be run -- they
15+ are there to provide a status snapshot as a basis for future migrations.
16+
17+ In order to handle this, please use the --fake option when running migrations
18+ for this particular release:
19+
20+ $ ietf/manage.py migrate --fake
21+
22+ -- Henrik Levkowetz <henrik@levkowetz.com> 09 Feb 2015 20:17:05 +0000
1823
1924
2025ietfdb (5.10.3) ietf; urgency=medium
0 commit comments