﻿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
17441	GeoDjango admin incompatible with USE_THOUSAND_SEPARATOR = True	Aymeric Augustin	nobody	"In `django/contrib/gis/templates/gis/admin/openlayers.js`,

{{{
... {{ default_lon }}, {{ default_lat }} ...
}}}

should be

{{{
{% load l10n %}
... {{ default_lon|unlocalize }}, {{ default_lat|unlocalize }} ...
}}}

Otherwise the generated javascript contains a syntax error.

There may be other instances of this problem; I just stumbled upon this one.

"	Bug	closed	GIS	1.3	Normal	fixed			Unreviewed	0	0	0	0	0	0
