[1.2.X] Fixed #14464 -- Strengthened the admonition regarding documentation versions at the end of the install docs. Thanks to PaulM for the report.
Backport of [14274] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9dfdcf86be
commit
4ec58f702b
|
@ -67,7 +67,8 @@ You've got three easy options to install Django:
|
||||||
<installing-development-version>`. This is best for users who want the
|
<installing-development-version>`. This is best for users who want the
|
||||||
latest-and-greatest features and aren't afraid of running brand-new code.
|
latest-and-greatest features and aren't afraid of running brand-new code.
|
||||||
|
|
||||||
.. warning::
|
.. admonition:: Always refer to the documentation that corresponds to the
|
||||||
|
version of Django you're using!
|
||||||
|
|
||||||
If you do either of the first two steps, keep an eye out for parts of the
|
If you do either of the first two steps, keep an eye out for parts of the
|
||||||
documentation marked **new in development version**. That phrase flags
|
documentation marked **new in development version**. That phrase flags
|
||||||
|
|
Loading…
Reference in New Issue