aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cramer2011-07-21 15:46:48 -0700
committerDavid Cramer2011-07-21 15:46:48 -0700
commitaddad31ecf3c12693db807fb0ebeccdfb87b0acd (patch)
tree48c32a1f6519c03883546d0bdd8dcbeaab17c09e
parentf254204725300747b46f13862f5f638608dda71d (diff)
downloaddjango-debug-toolbar-addad31ecf3c12693db807fb0ebeccdfb87b0acd.tar.bz2
update docs to better describe behavior of toolbar permissions
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 68fa2c2..1ea9d25 100644
--- a/README.rst
+++ b/README.rst
@@ -106,7 +106,7 @@ The debug toolbar has two settings that can be set in `settings.py`:
* `SHOW_TOOLBAR_CALLBACK`: If not set or set to None, the debug_toolbar
middleware will use its built-in show_toolbar method for determining whether
the toolbar should show or not. The default checks are that DEBUG must be
- set to True and the IP of the request must be in INTERNAL_IPS. You can
+ set to True or the IP of the request must be in INTERNAL_IPS. You can
provide your own method for displaying the toolbar which contains your
custom logic. This method should return True or False.