aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-16 22:02:20 +0200
committerAymeric Augustin2013-10-17 18:24:57 +0200
commita295b02cb8c3b8685f6fe7880b9412566ba1d4f6 (patch)
treed51c5bf506ac0de95bcb1bdf566481a7895cba6a /README.rst
parentf728b9e208836b8aad1ac10beea2795a7a06261f (diff)
downloaddjango-debug-toolbar-a295b02cb8c3b8685f6fe7880b9412566ba1d4f6.tar.bz2
Bump requirements to Django >= 1.4 & Python >= 2.6
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1a3e541..1ba2e06 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,14 @@ There is also one Django management command currently:
If you have ideas for other panels please let us know.
-* Note: The Debug Toolbar only works on Django 1.3 and newer.
+Requirements
+============
+
+The current version of the Debug Toolbar is 0.9.4. It works on Django 1.3 and
+1.4.
+
+The next version will work on Django 1.4 and 1.5. In addition, it will require
+Python 2.6 or later.
Installation
============