summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests/layermap/models.py
AgeCommit message (Collapse)Author
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham
2014-09-18Fixed string length check in LayerMappingClaude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham
refs #23395.
2014-01-01Properly assigned app_label to GIS test models.Aymeric Augustin
Used abstract inheritance to cut down on code repetition.
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2012-05-24Fixed #18367 -- Allowed LayerMapping to store strings in TextField.Claude Paroz
Thanks geoffhing@gmail.com for the report.
2011-03-15Fixed #15378 -- Now properly handle OGR layers that have features with ↵Justin Bronn
invalid geometries. Thanks, kunitoki for bug report and initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-02Fixed #12093 -- `LayerMapping` now takes into account model inheritance when ↵Justin Bronn
looking for the geometry column; forgot to diable extent regression test on MySQL. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-05Merged the gis branch into trunk.Justin Bronn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8219 bcc190cf-cafb-0310-a4f2-bffc1f526a37