diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2010-10-19 00:28:00 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2010-10-19 00:28:00 +0000 |
| commit | 4ec58f702b3f6268d011e1942266af9d7ba664fa (patch) | |
| tree | 32b72a9722cd4dac2c1fb6f4281e4259f37f4682 /docs | |
| parent | 9dfdcf86befecad3b638df03273719c5ada90a45 (diff) | |
[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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/install.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index 95728c75fc..327686fd21 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -67,7 +67,8 @@ You've got three easy options to install Django: <installing-development-version>`. This is best for users who want the 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 documentation marked **new in development version**. That phrase flags |
