﻿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
28779	Customizing REDIRECT_FIELD_NAME is cumbersome	Meiyer	nobody	When a custom `REDIRECT_FIELD_NAME` is defined (for example, for the `LoginView` in urls.py), the two views `PasswordChangeView` and `PasswordChangeDoneView` will still use the built-in name ''`next`''. This is due to the decorator `django.contrib.auth.decorators.login_required` which uses the name from `django.contrib.auth.REDIRECT_FIELD_NAME` and is not customizable.	Cleanup/optimization	new	contrib.auth	1.11	Normal				Accepted	0	0	0	0	0	0
