From 03fd1cc81c02a5462aeb4dbce0bfe8a2afdef43d Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 24 Nov 2013 11:38:43 +0100 Subject: 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. --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/__init__.py b/tests/__init__.py index f41162b..0681f90 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -15,6 +15,7 @@ def update_toolbar_config(**kwargs): dt_settings.CONFIG.update(kwargs['value'] or {}) # This doesn't account for deprecated configuration options. + @receiver(setting_changed) def update_toolbar_panels(**kwargs): if kwargs['setting'] == 'DEBUG_TOOLBAR_PANELS': -- cgit v1.2.3