summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-02-03 16:35:28 -0500
committerTim Graham <timograham@gmail.com>2015-02-03 16:38:05 -0500
commitdd83bab9316fff94637040344faf725a499a5abf (patch)
treee6beda6c3ef309354cc90a3380b1ca82a8bfeb0f /docs
parent92d5bedc56155e4c91c7644200415b3e42cdd31f (diff)
[1.8.x] Demoted "Installing a distribution-specific package" in install notes.
Backport of 281fc03474ac18c8281ed4cf289128c87bda2030 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/install.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 65e55ddbe6..73333ae6aa 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -166,14 +166,6 @@ release, or fetching the latest development version.
It's easy, no matter which way you choose.
-Installing a distribution-specific package
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Check the :doc:`distribution specific notes </misc/distributions>` to see if
-your platform/distribution provides official Django packages/installers.
-Distribution-provided packages will typically allow for automatic installation
-of dependencies and easy upgrade paths.
-
.. _installing-official-release:
Installing an official release with ``pip``
@@ -238,6 +230,15 @@ Installing an official release manually
.. _bsdtar: http://gnuwin32.sourceforge.net/packages/bsdtar.htm
.. _7-zip: http://www.7-zip.org/
+Installing a distribution-specific package
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Check the :doc:`distribution specific notes </misc/distributions>` to see if
+your platform/distribution provides official Django packages/installers.
+Distribution-provided packages will typically allow for automatic installation
+of dependencies and easy upgrade paths; however, these packages will rarely
+contain the latest release of Django.
+
.. _installing-development-version:
Installing the development version