Updated to the latest rosarior/django-sending repository changeset

This commit is contained in:
Roberto Rosario
2011-03-25 16:24:45 -04:00
parent 1c00514fa3
commit a07b4d0fb3
5 changed files with 73 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
from django.http import HttpResponse
def sendfile(request, filename):
def sendfile(request, filename, **kwargs):
response = HttpResponse()
response['X-Sendfile'] = filename