aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/forms.py')
-rw-r--r--debug_toolbar/forms.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug_toolbar/forms.py b/debug_toolbar/forms.py
index 5955bfc..9793f5e 100644
--- a/debug_toolbar/forms.py
+++ b/debug_toolbar/forms.py
@@ -1,7 +1,8 @@
from django import forms
from django.conf import settings
from django.core.exceptions import ValidationError
-from django.utils.functional import cached_property
+
+from debug_toolbar.utils.functional import cached_property
from debug_toolbar.utils.sql import reformat_sql
try: