Commit e3892342 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

Added a versionadded directive to new redirect shortcut (refs #10194).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@10111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 231a7e04
Loading
Loading
Loading
Loading
+18 −16
Original line number Diff line number Diff line
@@ -84,6 +84,8 @@ This example is equivalent to::

.. function:: redirect(to[, permanent=False], *args, **kwargs)

   .. versionadded:: 1.1

   Returns an HttpResponseRedirect to the apropriate URL for the arguments
   passed.