diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-12-22 04:12:32 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-12-22 04:12:32 +0000 |
| commit | 6e75ee2b3289b7d7e8192c62d665cd08d3819360 (patch) | |
| tree | 23a0037bef3426b8ced81ab5058c4658bd3f74f2 /docs | |
| parent | b1f6a4d66fd7f987a41c1e1aaa43907d9d347ba6 (diff) | |
Added versionadded marker in doc for render function.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/shortcuts.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index d99429dbce..1d3e89ea83 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -17,6 +17,8 @@ introduce controlled coupling for convenience's sake. .. function:: render(request, template[, dictionary][, context_instance][, mimetype]) + .. versionadded:: 1.3 + Combines a given template with a given context dictionary and returns an :class:`~django.http.HttpResponse` object with that rendered text. |
