summaryrefslogtreecommitdiff
path: root/docs/intro/install.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro/install.txt')
-rw-r--r--docs/intro/install.txt5
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!
----------