diff options
| author | Jannis Leidel | 2012-11-26 07:42:16 -0800 |
|---|---|---|
| committer | Jannis Leidel | 2012-11-26 07:42:16 -0800 |
| commit | 22ebebd29b5d42ae50e9681847784713fa67daf5 (patch) | |
| tree | 8ffd3217ccb5e0a14e91030091086a2518b3c5fc | |
| parent | 1ca18c6cb9edc79215d6f4476691e28d661b7b31 (diff) | |
| parent | c1c336e88bbbfdef823955a03726bc1b4d873f63 (diff) | |
| download | django-debug-toolbar-22ebebd29b5d42ae50e9681847784713fa67daf5.tar.bz2 | |
Merge pull request #335 from fossilet/master
Fix doc for show_toolbar
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
