projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c347ed0
)
Fixed a bug in djangojinja2 that caused mimetype being forwarded propertly.
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sun, 21 Sep 2008 14:21:24 +0000
(16:21 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Sun, 21 Sep 2008 14:21:24 +0000
(16:21 +0200)
--HG--
branch : trunk
ext/djangojinja2.py
patch
|
blob
|
history
diff --git
a/ext/djangojinja2.py
b/ext/djangojinja2.py
index 17f06eea272d31229f9feca43e15eede8aaaff94..492c2527e98f7172c8475e8a33ecf5cba47d4a13 100644
(file)
--- a/
ext/djangojinja2.py
+++ b/
ext/djangojinja2.py
@@
-82,4
+82,4
@@
def render_to_response(template_name, context=None, request=None,
processors=None, mimetype=None):
"""Render a template into a response object."""
return HttpResponse(render_to_string(template_name, context, request,
- processors), mimetype=
Non
e)
+ processors), mimetype=
mimetyp
e)