aboutsummaryrefslogtreecommitdiffstats
path: root/tests/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/views.py')
-rw-r--r--tests/views.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/views.py b/tests/views.py
index 01c4971..8bbc447 100644
--- a/tests/views.py
+++ b/tests/views.py
@@ -14,11 +14,6 @@ def execute_sql(request):
list(User.objects.all())
return HttpResponse()
-
-def non_ascii_context(request):
- return render(request, 'basic.html', {'title': NonAsciiRepr()})
-
-
def regular_view(request, title):
return render(request, 'basic.html', {'title': title})