Explicitly specify the value of RedirectView.permanent.
Review Request #8689 — Created Jan. 31, 2017 and submitted
The default value of
RedirectView.permanent
changed fromTrue
toFalse
in
Django 1.9, and it raises a warning when running against 1.7+. Explicitly
specify that we want permanent redirects.
Ran unit tests.