Skip to content

Commit addad31

Browse files
committed
update docs to better describe behavior of toolbar permissions
1 parent f254204 commit addad31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The debug toolbar has two settings that can be set in `settings.py`:
106106
* `SHOW_TOOLBAR_CALLBACK`: If not set or set to None, the debug_toolbar
107107
middleware will use its built-in show_toolbar method for determining whether
108108
the toolbar should show or not. The default checks are that DEBUG must be
109-
set to True and the IP of the request must be in INTERNAL_IPS. You can
109+
set to True or the IP of the request must be in INTERNAL_IPS. You can
110110
provide your own method for displaying the toolbar which contains your
111111
custom logic. This method should return True or False.
112112

0 commit comments

Comments
 (0)