﻿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
30504	Order of arguments on redirect incorrect on documentation.	amrish_beauhurst	Shashank Parekh	"On the documentation for the redirect shortcut at https://docs.djangoproject.com/en/dev/topics/http/shortcuts/#redirect

It shows `redirect(to, permanent=False, *args, **kwargs)` when it should be `redirect(to, *args, permanent=False, **kwargs)`
"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	redirect, documentation, parameters		Accepted	1	0	0	0	1	0
