summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geometry
AgeCommit message (Expand)Author
2017-09-12Moved contrib.gis.geometry.regex to contrib.gis.geometry.Tim Graham
2017-09-12Removed django.contrib.gis.geometry.backend.Tim Graham
2017-09-11Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation numb...Sergey Fedoseev
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-19Replaced caching of a property with @cached_property.Aymeric Augustin
2014-09-05Limited lines to 119 characters in django/Tim Graham
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-31Fixed #15529 -- More permissive geojson syntax in constructorClaude Paroz
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-07-29Deprecated django.utils.importlibClaude Paroz
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-10-06Un-gzipped test geometries fixture as plain jsonClaude Paroz
2012-09-23[py3] Fixed GEOS/GDAL testsClaude Paroz
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2011-09-16Fixed #16864 -- WKT regex now allows negative SRIDs. Thanks, Marcel Dancak f...Justin Bronn
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2010-11-06Fix for running GEOS/GDAL tests on Python 2.6 and below.Justin Bronn
2010-11-01Fixed regression introduced in r13755 that prevented the running of the GEOS/...Justin Bronn
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-01-27Applied DRY and centralized geometry input regular expressions; `OGRGeometry`...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee