﻿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
35784	Add 307 and 308 redirect response codes to django.shortcuts.redirect	Lorenzo Peña	Lorenzo Peña	"Other than 301 and 302 response codes for redirects, there is also:

- https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/308

Currently, Django is unaware of these.

Proposal:

- Add two new HTTP response classes for 307 and 308.
- Enhance `django.shortcuts.redirect` with a new keyword argument `preserve_method` that, in combination with the existing `permanent`, decides which of the four redirect classes to use."	New feature	closed	HTTP handling	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
