Skip to content

Commit

Permalink
Fixed #25161 -- Encouraged users to install the latest release in docs
Browse files Browse the repository at this point in the history
alasdairnicol authored and timgraham committed Jul 24, 2015
1 parent c296e55 commit 600fb7c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/intro/install.txt
Original file line number Diff line number Diff line change
@@ -57,12 +57,15 @@ You've got three easy options to install Django:
who have operating systems that distribute Django.

* :ref:`Install an official release <installing-official-release>`. This
is the best approach for users who want a stable version number and aren't
concerned about running a slightly older version of Django.
is the best approach for most users.

* :ref:`Install the latest development version
<installing-development-version>`. This is best for users who want the
latest-and-greatest features and aren't afraid of running brand-new code.
<installing-development-version>`. This option is for enthusiasts who want
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
version of Django you're using!

0 comments on commit 600fb7c

Please sign in to comment.