diff options
Diffstat (limited to 'docs/ref/class-based-views/base.txt')
| -rw-r--r-- | docs/ref/class-based-views/base.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/class-based-views/base.txt b/docs/ref/class-based-views/base.txt index e6c35fffd0..523b39d0e2 100644 --- a/docs/ref/class-based-views/base.txt +++ b/docs/ref/class-based-views/base.txt @@ -222,6 +222,11 @@ RedirectView status code 301. If ``False``, then the redirect will use status code 302. By default, ``permanent`` is ``True``. + .. deprecated:: 1.8 + + The default value of the ``permanent`` attribute will change from + ``True`` to ``False`` in Django 1.9. + .. attribute:: query_string Whether to pass along the GET query string to the new location. If |
