aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Hudson2008-08-28 01:35:58 -0700
committerRob Hudson2008-08-28 01:35:58 -0700
commitef40163300af9677ee16a14a0accc592b6e4b680 (patch)
treea2ca4f8e0772032d7bebfd03defc281e44c233eb
parent22b5568a5537f2acf60f54bf721ce544a7187d2d (diff)
downloaddjango-debug-toolbar-ef40163300af9677ee16a14a0accc592b6e4b680.tar.bz2
reverting all last readme changes
-rw-r--r--README.rst12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index ca6d3d6..f1a0c2c 100644
--- a/README.rst
+++ b/README.rst
@@ -10,8 +10,8 @@ content are displayed.
Currently, the following panels have been written and are working:
-* Django version
-* SQL queries including time to execute
+- Django version
+- SQL queries including time to execute
If you have ideas for other panels please let us know.
@@ -36,9 +36,5 @@ Installation
TODO
====
-
-* Get fancy with CSS and Javascript
-* Add more panels...
-* Size of request? — Would need access to response object somehow.
-* List of important configuration settings in `settings.py`?
-* Request object info (POST, GET, META)? — Would need access to request object.
+- Add more panels
+- Get fancy with CSS and Javascript