diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2010-10-19 00:26:39 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2010-10-19 00:26:39 +0000 |
| commit | 7f9da79bac70832862d8b7bc8d4a2a849df0ce8a (patch) | |
| tree | b63daa8c7353bb27d6bfe007d22b00fcba04574d /docs/intro/install.txt | |
| parent | 3ecc84a83c7204778e3d3f7dde5e669ac63906e7 (diff) | |
Fixed #14464 -- Strengthened the admonition regarding documentation versions at the end of the install docs. Thanks to PaulM for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14274 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/install.txt')
| -rw-r--r-- | docs/intro/install.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index 95728c75fc..edac4cfb89 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -67,13 +67,14 @@ 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 features that are only available in development versions of Django, and they likely won't work with an official release. - + That's it! ---------- |
