﻿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
6196	gis: typo in django/contrib/gis/utils/geoip.py which affects darwin (Mac OS X) systems	jos3ph	jbronn	"Variable {{{platform}}} is mistyped when checking for ''Darwin'' platform.

{{{
elif platofm == 'Darwin'
}}}
should be
{{{
elif platform == 'Darwin'
}}}"		closed	GIS	gis		fixed	gis geoip		Accepted	1	0	0	0	0	0
