﻿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
20275	WSGI environ variables not set for test client's login() request	tim.dawborn@…	nobody	"The fake `HttpRequest` object created in the test client's `login()` method does not contain any of the minimum set of WSGI environ variables defined in `RequestFactory._base_environ`. This becomes an issue when you have a signal receiver listening to `auth.signals.user_logged_in` and expecting a valid-looking `request` object to exist.

The specific issue I've got is that `REMOTE_ADDR` does not exist.

Is this a bug, or is there a reason I'm missing as to why this request object isn't valid."	Bug	closed	Testing framework	1.5	Normal	duplicate		bmispelon@…	Accepted	0	0	0	0	0	0
