[1.6.x] Added versionadded directive missing from b7bd708.

Backport of 5ed7ec9 from master.
This commit is contained in:
Aymeric Augustin 2013-07-25 20:16:02 +02:00
parent 68c01e15a5
commit efdf7442bb
1 changed files with 2 additions and 0 deletions

View File

@ -222,6 +222,8 @@ RedirectView
.. attribute:: pattern_name
.. versionadded:: 1.6
The name of the URL pattern to redirect to. Reversing will be done
using the same args and kwargs as are passed in for this view.