﻿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
8551	Add REMOTE_ADDR: '127.0.0.1' to TestClient environment by default	Michael Schurter	Eric Holscher	"The fake environment django.test.client.Client sets up is missing REMOTE_ADDR.  It could be very safely and accurately defaulted to localhost (127.0.0.1).

Luckily this issue is very easy to work around when instantiating the test Client:

{{{
c = Client(REMOTE_ADDR='127.0.0.1')
}}}"		closed	Testing framework	dev		fixed			Ready for checkin	1	0	0	0	0	0
