summaryrefslogtreecommitdiff
path: root/docs/topics/http/shortcuts.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/http/shortcuts.txt')
-rw-r--r--docs/topics/http/shortcuts.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt
index 15aa6c4fa7..8c7afcfe4c 100644
--- a/docs/topics/http/shortcuts.txt
+++ b/docs/topics/http/shortcuts.txt
@@ -17,7 +17,7 @@ introduce controlled coupling for convenience's sake.
``render_to_response``
======================
-.. function:: render_to_response(template[, dictionary][, context_instance][, mimetype, content_type, status])
+.. function:: render_to_response(template[, dictionary][, context_instance][, mimetype, content_type, request])
Renders a given template with a given context dictionary and returns an
:class:`~django.http.HttpResponse` object with that rendered text.