mirror of https://github.com/django/django.git
Added versionadded directive missing from b7bd708
.
This commit is contained in:
parent
bddb4a6818
commit
5ed7ec99b6
|
@ -222,6 +222,8 @@ RedirectView
|
||||||
|
|
||||||
.. attribute:: pattern_name
|
.. attribute:: pattern_name
|
||||||
|
|
||||||
|
.. versionadded:: 1.6
|
||||||
|
|
||||||
The name of the URL pattern to redirect to. Reversing will be done
|
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.
|
using the same args and kwargs as are passed in for this view.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue