diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-03 16:35:28 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-03 16:38:09 -0500 |
| commit | 2401ef8682220cf49fcc053fe8c933fd9b8275fe (patch) | |
| tree | 0127d4478a686aaef4aea7aa3e552e5e899dd22f | |
| parent | dfa07166642b53f502fe63642ccdad900ed8f526 (diff) | |
[1.7.x] Demoted "Installing a distribution-specific package" in install notes.
Backport of 281fc03474ac18c8281ed4cf289128c87bda2030 from master
| -rw-r--r-- | docs/topics/install.txt | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index ebda518029..2e4df83835 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 |
