﻿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
19792	django.test.client.Client.login() checking for is_active attribute on User objects	mrmagooey	Nick Sandford	As per #13125 there has been a conscious decision to leave the is_active attribute as a hook for custom behaviour, and not used for built-in code. However, the login() method on django.test.client.Client objects checks for is_active. It would seem that this probably shouldn't be the case if the same logic used in the linked ticket for the login_required decorator is to be applied framework-wide.	Bug	closed	Testing framework	1.5-rc-1	Normal	wontfix		nick.sandford@…	Accepted	1	0	0	0	1	0
