From 3b1dc45602d6222c7980cad4b5416cfac1d4710f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 3 Feb 2015 16:35:28 -0500 Subject: [PATCH] [1.6.x] Demoted "Installing a distribution-specific package" in install notes. Backport of 281fc03474ac18c8281ed4cf289128c87bda2030 from master --- docs/topics/install.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 3359d0d2ef..3d7a3e6bf0 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -172,14 +172,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 ` 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`` @@ -244,6 +236,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 ` 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