diff options
| author | Aymeric Augustin | 2013-10-27 13:08:19 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-10-27 13:08:19 +0100 |
| commit | b979c164789facbaed84728de95300c2d01be61c (patch) | |
| tree | 7ca44f7842677e93ff7779e5541b2a09980c4196 /README.rst | |
| parent | c0bd74252e717c4a93d333467253ef9b5c66dcb5 (diff) | |
| download | django-debug-toolbar-b979c164789facbaed84728de95300c2d01be61c.tar.bz2 | |
Document SQL_WARNING_THRESHOLD.
Fix #429.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -186,6 +186,11 @@ The debug toolbar has two settings that can be set in ``settings.py``: with client-side frameworks. For example, when using with Angular.js, set this to 'ng-non-bindable' or 'class="ng-non-bindable"'. Defaults to ''. + * ``SQL_WARNING_THRESHOLD`` + + The SQL panel highlights queries that took more that this amount of time, + in milliseconds, to execute. The default is 500. + Example configuration:: def custom_show_toolbar(request): |
