aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-24 14:25:07 +0100
committerAymeric Augustin2013-11-24 14:25:07 +0100
commitc92f710125218755c275ae98581a4305e57fd3fa (patch)
treefd024c825c2669a7345643cdf03743b3a704b568 /docs/installation.rst
parentb9c5c503428323927c8d602bedc214cb3415ad35 (diff)
downloaddjango-debug-toolbar-c92f710125218755c275ae98581a4305e57fd3fa.tar.bz2
Add short release notes for 1.0.
Fix #475.
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 2522e34..67cb230 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -39,6 +39,9 @@ For a simple Django project, that's all you need!
The Debug Toolbar will automatically adjust a few settings when you start the
development server. This happens only when the ``DEBUG`` setting is ``True``.
+If you're upgrading from a previous version, you should review the
+:doc:`change log <changes>` and look for specific upgrade instructions.
+
If the automatic setup doesn't work for your project, if you want to learn
what it does, or if you prefer defining your settings explicitly, read below.