﻿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
25781	admin_views tests should mostly use client.force_login()	Tim Graham	Adam	Some `admin_views` tests that aren't testing the login view use something like `self.client.post(reverse('admin:login'), self.changeuser_login)`. Since it's not important to test the admin view in these cases, it will be fine to use `self.client.force_login(user)`. Some also have unnecessary calls `self.client.get(self.index_url)`.	Cleanup/optimization	closed	Testing framework	dev	Normal	fixed		awwester@…	Accepted	0	0	0	0	1	0
