Commit 6bbb522c authored by Michal Čihař's avatar Michal Čihař

Add 2.0 upgrade instructions

Also explicitely cover upgrading PSA.

Fixes #587
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 35fb07e3
......@@ -164,6 +164,28 @@ Several internal modules and paths have been renamed and changed, please adjust
your :file:`settings.py` to match that (consult :file:`settings_example.py` for
correct values).
.. seealso::
If you are upgrading to Django 1.7 in same step, please consult
:ref:`django-17`.
Upgrade from 1.9 to 2.0
~~~~~~~~~~~~~~~~~~~~~~~
Several internal modules and paths have been renamed and changed, please adjust
your :file:`settings.py` to match that (consult :file:`settings_example.py` for
correct values).
This upgrade also requires you to upgrade python-social-auth from 0.1.x to
0.2.x series, what will most likely to need to fake one of their migrations
(see `Upgrading PSA with South`_ for more information):
.. code-block:: sh
./manage.py migrate --fake default
.. _Upgrading PSA with South: http://psa.matiasaguirre.net/docs/installing.html#django-with-south
.. seealso::
If you are upgrading to Django 1.7 in same step, please consult
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment