aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorYongzhi Pan2012-11-12 19:17:01 +0800
committerYongzhi Pan2012-11-12 19:17:01 +0800
commitc1c336e88bbbfdef823955a03726bc1b4d873f63 (patch)
tree8ef16ae02488504218a949a3f248eeb94ba6398a /README.rst
parentaeb45f2fea083fb182f5fd33e7c4980780b1ea81 (diff)
downloaddjango-debug-toolbar-c1c336e88bbbfdef823955a03726bc1b4d873f63.tar.bz2
Fix doc for show_toolbar.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 17659f1..6cbac7d 100644
--- a/README.rst
+++ b/README.rst
@@ -120,7 +120,7 @@ The debug toolbar has two settings that can be set in ``settings.py``:
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 or the IP of the request must be in INTERNAL_IPS. You can
+ set to True and 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.