summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/base.py
AgeCommit message (Expand)Author
2016-12-15Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.Sergey Fedoseev
2015-04-24Removed many HAS_GEOS conditional importsClaude Paroz
2015-02-09Moved numpy import helper to shortcutsDaniel Wiesmann
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2012-07-15Dropped support for GDAL < 1.5Claude Paroz
2012-05-23Replaced types.NoneType occurrencesClaude Paroz
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2009-03-28Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` obj...Justin Bronn
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn
2008-11-11Fixed #9566 -- made GeoJSON regex more robust.Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn