aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 5e4ab64..13414e3 100644
--- a/README.rst
+++ b/README.rst
@@ -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::