From 7f9da79bac70832862d8b7bc8d4a2a849df0ce8a Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Tue, 19 Oct 2010 00:26:39 +0000 Subject: [PATCH] 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 --- docs/intro/install.txt | 5 +++-- 1 file 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: `. 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! ----------