aboutsummaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-12 22:40:20 +0100
committerAymeric Augustin2013-11-12 22:40:20 +0100
commit1062d9cf878b4bdc6f0e0f6434668cd7eb289998 (patch)
treee3e400deec4a8c772fbc025e9144b0a380715b43 /tests/__init__.py
parentf48039e3bad9e24a59a25ed5636b428e11784da9 (diff)
downloaddjango-debug-toolbar-1062d9cf878b4bdc6f0e0f6434668cd7eb289998.tar.bz2
Make it possible for panels to provide URLs and views.
Fix #448.
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index b3b9440..3bf8994 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -20,3 +20,4 @@ def update_toolbar_panels(**kwargs):
if kwargs['setting'] == 'DEBUG_TOOLBAR_PANELS':
dt_settings.PANELS = kwargs['value'] or dt_settings.PANELS_DEFAULTS
DebugToolbar._panel_classes = None
+ # Not implemented: invalidate debug_toolbar.urls