diff options
Diffstat (limited to 'debug_toolbar/views.py')
| -rw-r--r-- | debug_toolbar/views.py | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/debug_toolbar/views.py b/debug_toolbar/views.py index 045e5cc..f625224 100644 --- a/debug_toolbar/views.py +++ b/debug_toolbar/views.py @@ -4,6 +4,8 @@ debug toolbar is displayed, and typically can do Bad Things, so hooking up these  views in any other way is generally not advised.  """ +from __future__ import unicode_literals +  from django.http import HttpResponseBadRequest  from django.shortcuts import render_to_response  from django.views.decorators.csrf import csrf_exempt  | 
