aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRob Hudson2008-10-02 22:51:16 -0700
committerRob Hudson2008-10-02 22:51:16 -0700
commit39b6127d28865eec34cd2ad31c029072306f442f (patch)
treefd2efba2f8b90b2f7ae06e41936563c01245de8e /README.rst
parenteead4ac0990374d8727157d42026994d68fe577c (diff)
downloaddjango-debug-toolbar-39b6127d28865eec34cd2ad31c029072306f442f.tar.bz2
Dropping an item from the README's TODO.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 0e83468..c8e76bb 100644
--- a/README.rst
+++ b/README.rst
@@ -73,9 +73,6 @@ TODO
- Panel idea: AJAX call to show cprofile data similar to the ?prof idea
- CSS Stylings
- Restructure panels to popular context that pushes up to the toolbar
-- Consider moving panel to the bottom of the HTML document, which would allow us
- to use common reset.css for consistent toolbar styling without affecting
- anything else.
- Make the trigger whether to display the toolbar configurable with options such
as if: DEBUG is true, IP is in INTERNAL_IPS, authenticated user is_superuser,
etc.