mirror of
https://github.com/django/django.git
synced 2025-10-29 16:46:11 +00:00
Backed out the changes in [5482] for a bit whilst some more investigation into
side-effects is done. Refs #4565. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5511 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -92,7 +92,7 @@ def directory_index(path, fullpath):
|
||||
'directory' : path + '/',
|
||||
'file_list' : files,
|
||||
})
|
||||
return HttpResponse(t.iter_render(c))
|
||||
return HttpResponse(t.render(c))
|
||||
|
||||
def was_modified_since(header=None, mtime=0, size=0):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user