Fixed #25161 -- Encouraged users to install the latest release in docs
This commit is contained in:
parent
c296e55dc6
commit
600fb7c51b
|
@ -57,12 +57,15 @@ You've got three easy options to install Django:
|
||||||
who have operating systems that distribute Django.
|
who have operating systems that distribute Django.
|
||||||
|
|
||||||
* :ref:`Install an official release <installing-official-release>`. This
|
* :ref:`Install an official release <installing-official-release>`. This
|
||||||
is the best approach for users who want a stable version number and aren't
|
is the best approach for most users.
|
||||||
concerned about running a slightly older version of Django.
|
|
||||||
|
|
||||||
* :ref:`Install the latest development version
|
* :ref:`Install the latest development version
|
||||||
<installing-development-version>`. This is best for users who want the
|
<installing-development-version>`. This option is for enthusiasts who want
|
||||||
latest-and-greatest features and aren't afraid of running brand-new code.
|
the latest-and-greatest features and aren't afraid of running brand new code.
|
||||||
|
You might encounter new bugs in the development version, but reporting them
|
||||||
|
helps the development of Django. Also, releases of third-party packages are
|
||||||
|
less likely to be compatible with the development version than with the
|
||||||
|
latest stable release.
|
||||||
|
|
||||||
.. admonition:: Always refer to the documentation that corresponds to the
|
.. admonition:: Always refer to the documentation that corresponds to the
|
||||||
version of Django you're using!
|
version of Django you're using!
|
||||||
|
|
Loading…
Reference in New Issue