﻿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
15179	django.test.client.Client.login fake HttpRequest is not run through middlewares	Jari Pennanen	nobody	"In the `django.test.client.Client.login` the fake `HttpRequest` should run through MiddleWare lists `process_request` functions before login.

My authentication/login mechanism relies on few things in the request object and if the login is called with incorrect request object it does not work. Needles to say perhaps but it works in real client.

(I'm working on a per site login system, it seems I can make this fairly pluggable, but this is nagging me. If you are intersted [http://groups.google.com/group/django-developers/browse_thread/thread/7052c23321079295 see django-devs thread])"	Bug	new	Testing framework	dev	Normal			mmitar@… k@… Ülgen Sarıkavak	Accepted	0	0	0	0	0	0
