﻿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
21850	Make GeometryField.geodetic() case insensitive	olivergeorge@…	nobody	"The current implementation is quite fragile with regards to case sensitivity.  The proposed patch makes it operate in a case insensitive manner.

This became an issue while working on a spatial backend for Microsoft SQL Server. The WKT string they use capitalises the unit name (e.g. ""Degree"") which doesn't match any entries in the GeometryField.geodetic_units list.  The default values don't follow a case convention making it hard to work around without a patch. Are

The proposed change makes two specific updates:
- default values in GeometryField.geodetic_units are now all lower case
- GeometryField.geodetic() to test against lower case unit name

https://github.com/django/django/pull/2195/files"	Bug	closed	GIS	1.6	Normal	fixed			Unreviewed	1	0	0	0	1	0
