﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21354	'contrib.redirects' documentation doesn't say whether it's a 301 or 302	German Larrain	Bouke Haarsma	In https://docs.djangoproject.com/en/dev/ref/contrib/redirects/ it should be said that the redirects are permanent (i.e. 301), not 302. Although one could guess that's the reasonable behavior, better make it explicit. On the other hand, at the **end of the page** there is a mention of how to change the response classes used, and that the default value of `RedirectFallbackMiddleware.response_redirect_class` is `HttpResponsePermanentRedirect`, so it could be inferred that the default behavior is return a 301 but again, not explicit enough.	Bug	closed	contrib.redirects	dev	Normal	fixed	documentation		Ready for checkin	1	0	0	0	1	0
