﻿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
4819	django.contrib.auth.login doesn't just take any user, it needs one that's been modified by authenticate	django@…	David A Krauth	"Looking at http://www.djangoproject.com/documentation/authentication/, you'd think you could just pass in a request and a User. But you can't. The code for login needs the side effect caused by calling authenticate, which is to add the backend to the user object. 

This is very frustrating when writing code where you'd like to log a user in automatically. At the very least, the documentation needs to be changed to reflect it."		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
