summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-07-25 20:14:18 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-07-25 20:14:51 +0200
commit5ed7ec99b6cef20b941d2f35838864d1e440ac6b (patch)
treed9b22c80c3b8783315886f4237b8178f9daa4069 /docs
parentbddb4a68181f773f9f8d479b1afb1453439739ba (diff)
Added versionadded directive missing from b7bd708.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/class-based-views/base.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/class-based-views/base.txt b/docs/ref/class-based-views/base.txt
index 4ad017c342..24058311a4 100644
--- a/docs/ref/class-based-views/base.txt
+++ b/docs/ref/class-based-views/base.txt
@@ -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.