Skip to content

Commit

Permalink
Added versionadded marker in doc for render function.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Dec 22, 2010
1 parent b1f6a4d commit 6e75ee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/topics/http/shortcuts.txt
Expand Up @@ -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.

Expand Down

0 comments on commit 6e75ee2

Please sign in to comment.