﻿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
33921	Removed LogoutView.get_next_page without any notice	Serafeim Papastefanos	mtabbasi	"Hello friends, I was usign the `LogoutView.get_next_page` method in a django 4.0 project and when I updated to django 4.1 the method was missing!

Please see here the code for 4.0: https://github.com/django/django/blob/4.0.7/django/contrib/auth/views.py#L138

and 4.1: https://github.com/django/django/blob/4.1/django/contrib/auth/views.py#L126

You'll see that the get_next_page has completely disappeared. No mention of this on the release notes: https://docs.djangoproject.com/en/4.1/releases/4.1/

Please either return the get_next_page method or mention that it is removed in the release notes so we'll know what to use instead.

Thank you"	Cleanup/optimization	closed	Documentation	4.1	Normal	fixed			Ready for checkin	1	0	0	0	1	0
