mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Removed default empty content argument from HttpResponse calls.
This commit is contained in:
parent
959d0c078a
commit
c492fdfd24
9 changed files with 15 additions and 15 deletions
|
|
@ -16,4 +16,4 @@ def no_template_used(request):
|
|||
|
||||
|
||||
def empty_response(request):
|
||||
return HttpResponse('')
|
||||
return HttpResponse()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue