Kaydet (Commit) 61ed9592 authored tarafından Mohammed Attia's avatar Mohammed Attia Kaydeden (comit) Simon Charette

Removed a doc reference to the deprecated `mimetype` kwarg.

üst 5257b85a
......@@ -163,7 +163,7 @@ MIME type :mimetype:`application/xhtml+xml`::
def my_view(request):
# View code here...
return render_to_response('myapp/index.html', {"foo": "bar"},
mimetype="application/xhtml+xml")
content_type="application/xhtml+xml")
This example is equivalent to::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment