1
0
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:
Malcolm Tredinnick
2007-06-22 07:15:04 +00:00
parent dbebf54d6c
commit 880e3cfaa6
21 changed files with 162 additions and 284 deletions

View File

@@ -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):
"""