1
0
mirror of https://github.com/django/django.git synced 2025-03-25 16:50:45 +00:00
Tim Graham 5219a02fda [1.7.x] Added a test to verify headers set by default middleware; refs #23939.
Backport of 50c1d8f24b0d04c813b3dd34720df86446091afa from master
2014-12-03 14:17:05 -05:00

6 lines
109 B
Python

from django.http import HttpResponse
def empty_view(request, *args, **kwargs):
return HttpResponse('')