diff options
| author | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-06-22 16:56:04 +0000 |
|---|---|---|
| committer | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-06-22 16:56:04 +0000 |
| commit | 0cb8e31823b2e9f05c4ae868c19f5f38e78a5f2e (patch) | |
| tree | ac6cc6152cbb5fe1968dc399bc1716f29cd41165 /django/views/static.py | |
| parent | 829b25833a8e8ee6ce1fecdcd0733ededebe065b (diff) | |
boulder-oracle-sprint: Merged to [5511]archive/attic/boulder-oracle-sprint
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5512 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/views/static.py')
| -rw-r--r-- | django/views/static.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/static.py b/django/views/static.py index 1e99c8c50a..3ec4ca14a1 100644 --- a/django/views/static.py +++ b/django/views/static.py @@ -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): """ |
