Added versionadded marker in doc for render function.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2010-12-22 04:12:32 +00:00
parent b1f6a4d66f
commit 6e75ee2b32
1 changed files with 2 additions and 0 deletions

View File

@ -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.