aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.rst
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-24 11:38:43 +0100
committerAymeric Augustin2013-11-24 11:40:39 +0100
commit03fd1cc81c02a5462aeb4dbce0bfe8a2afdef43d (patch)
treefdaa6e529ec07cd49b605269b8c98b4d6ed5568f /docs/configuration.rst
parent66e03a53b73b4ab01edd8c430227cb28d0d8fd51 (diff)
downloaddjango-debug-toolbar-03fd1cc81c02a5462aeb4dbce0bfe8a2afdef43d.tar.bz2
Remove HIDE_DJANGO_SQL configuration option.
It was badly named and HIDE_IN_STACKTRACES provides a more general solution. The ability to show code in django.contrib but not in django doesn't seem particularly useful. Fix #474.
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r--docs/configuration.rst15
1 files changed, 3 insertions, 12 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index eebb6e9..a276aa3 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -117,20 +117,11 @@ Panel options
calls. Enabling stacktraces can increase the CPU time used when executing
queries.
-* ``HIDE_DJANGO_SQL``
-
- Default: ``True``
-
- Panels: cache, SQL
-
- If set to ``True`` then code in Django itself won't be shown in
- stacktraces.
-
* ``HIDE_IN_STACKTRACES``
- Default: ``('socketserver', 'threading', 'wsgiref', 'debug_toolbar')``. The
- first value is ``socketserver`` on Python 3 and ``SocketServer`` on Python
- 2.
+ Default: ``('socketserver', 'threading', 'wsgiref', 'debug_toolbar',
+ 'django')``. The first value is ``socketserver`` on Python 3 and
+ ``SocketServer`` on Python 2.
Panels: cache, SQL