Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/gdal/geomtype.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Fixed #24207 -- Added 25D-type geometry field support to ...Claude Paroz2015-05-061-0/+8
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-3/+3
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-1/+1
* Fixed all the E203 violationsAlex Gaynor2013-10-271-13/+13
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-1/+2
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-3/+5
* `OGRGeomType` now recognizes 2.5D types, and removes need...Justin Bronn2009-11-151-1/+10
* Maintenance refactor of the GDAL (OGR) ctypes interface. ...Justin Bronn2009-03-081-4/+7
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+73