1 Thierry Parmentelat <thierry.parmentelat@inria.fr>
3 As of March 31 2015, the code should be mostly ready for django-1.7,
4 with the following restrictions
6 * migrations : django-1.7 comes with its own native migrations system
7 and so south is not needed/recommended any longer. So for now we have a
8 version of such native migrations that does a one-shot setup of a db
9 schema but this is stored in
11 portal/native_migrations
13 instead of the standard location
17 because this one is still expected to hold south code with earlier djangos
18 You might need to rename native_migrations/ into migrations/ before
19 running manage.py migrate in the first place
21 * testing quite a few issues related to 1.7 have been addressed but it
22 would be presomptuous to state that things were tested very
23 thoroughly, far from that.
25 So please use with care and let meknow of any additional issues