Loading docs/topics/http/shortcuts.txt +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,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:: Loading Loading
docs/topics/http/shortcuts.txt +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,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:: Loading