﻿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
31443	LoginRequiredMixin/AccessMixin bug with off-site LOGIN_URL	minusf	minusf	"The class based ""login required"" mechanism lost a bit of functionality compared to its decorator sister: it always sends `request.get_full_path()`, even for off-site `LOGIN_URL`s.

https://github.com/django/django/blob/master/django/contrib/auth/mixins.py#L44
vs
https://github.com/django/django/blob/master/django/contrib/auth/decorators.py#L22-L33

The patch is trivial and i will make the PR after i'll know the ticket number."	Bug	closed	contrib.auth	dev	Normal	fixed	login required		Ready for checkin	1	0	0	0	1	0
