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! ----------