Commit f0fd806e authored by Michal Čihař's avatar Michal Čihař

Add link to generic upgrade instructions from version specific ones

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b5b9ac31
......@@ -266,6 +266,8 @@ have such, it is recommended to run:
./manage.py fixup_flags --all
.. seealso:: :ref:`generic-upgrade-instructions`
Upgrade from 2.3 to 2.4
~~~~~~~~~~~~~~~~~~~~~~~
......@@ -282,6 +284,8 @@ importantly:
There is now also additional dependency - ``django_compressor``, please install
it prior to upgrading.
.. seealso:: :ref:`generic-upgrade-instructions`
Upgrade from 2.4 to 2.5
~~~~~~~~~~~~~~~~~~~~~~~
......@@ -295,12 +299,16 @@ search will not work. To rebuild it, execute:
./manage.py rebuild_index --clean --all
.. seealso:: :ref:`generic-upgrade-instructions`
Upgrade from 2.5 to 2.6
~~~~~~~~~~~~~~~~~~~~~~~
Please adjust your :file:`settings.py` to match several changes in the
configuration (consult :file:`settings_example.py` for correct values).
.. seealso:: :ref:`generic-upgrade-instructions`
.. _django-17:
Upgrading to Django 1.7
......
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