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

Move version specific hints to bottom

These affect older version, so there is no need to show them in
prominent space.
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 6a67990c
......@@ -9,21 +9,6 @@ Upgrading
Generic upgrade instructions
++++++++++++++++++++++++++++
.. versionchanged:: 1.2
Since version 1.2 the migration is done using South module, to upgrade to 1.2,
please see :ref:`version-specific-instructions`.
.. versionchanged:: 1.9
Since version 1.9, Weblate also supports Django 1.7 migrations, please check
:ref:`django-17` for more information.
.. versionchanged:: 2.3
Since version 2.3, Weblate supports only Django native migrations, South is
no longer supported, please check :ref:`django-17` for more information.
Before upgrading, please check current :ref:`requirements` as they might have
changed.
......@@ -51,6 +36,21 @@ To upgrade default set of language definitions (optional), run:
./manage.py setuplang
.. versionchanged:: 1.2
Since version 1.2 the migration is done using South module, to upgrade to 1.2,
please see :ref:`version-specific-instructions`.
.. versionchanged:: 1.9
Since version 1.9, Weblate also supports Django 1.7 migrations, please check
:ref:`django-17` for more information.
.. versionchanged:: 2.3
Since version 2.3, Weblate supports only Django native migrations, South is
no longer supported, please check :ref:`django-17` for more information.
.. _version-specific-instructions:
Version specific instructions
......
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