diff options
| author | Jannis Leidel | 2012-04-07 02:26:43 +0200 |
|---|---|---|
| committer | Jannis Leidel | 2012-04-07 02:26:43 +0200 |
| commit | 12fdf7ea605d3716d6c9127e22a63bcc345d55be (patch) | |
| tree | 3d10c52bb303cfa79d158f9fb71e6f4d8f3facd1 /README.rst | |
| parent | cf2fcb55e297098922bb200eda33b77becfa0ea6 (diff) | |
| download | django-debug-toolbar-12fdf7ea605d3716d6c9127e22a63bcc345d55be.tar.bz2 | |
Updated cache panel to handle multiple backends and look more like the SQL panel. This is based mostly on the awesome work by @diox done in 9aa062bb6c4318aa81c202003ea902249c0071d1. Closes #134.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -124,9 +124,9 @@ The debug toolbar has two settings that can be set in `settings.py`: * `TAG`: If set, this will be the tag to which debug_toolbar will attach the debug toolbar. Defaults to 'body'. - * `ENABLE_STACKTRACES`: If set, this will show stacktraces for SQL queries. - Enabling stacktraces can increase the CPU time used when executing - queries. Defaults to True. + * `ENABLE_STACKTRACES`: If set, this will show stacktraces for SQL queries + and cache calls. Enabling stacktraces can increase the CPU time used when + executing queries. Defaults to True. Example configuration:: |
