Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/gdal/feature.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed E265 comment styleCollin Anderson2015-02-061-3/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+1
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-2/+2
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-3/+3
* Fixed #13843 -- Prevented AttributeError during geometry ...Claude Paroz2014-09-121-1/+1
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+1
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-1/+2
* Use smarter string decoding in GeoDjangoClaude Paroz2012-10-081-2/+7
* GDAL docstring tweaks.Justin Bronn2012-10-081-2/+1
* Fixed #18640 -- Allowed access to GDAL Feature without Da...Claude Paroz2012-10-071-9/+15
* [py3] Fixed GEOS/GDAL testsClaude Paroz2012-09-231-2/+4
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-221-0/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-7/+9
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Maintenance refactor of the GDAL (OGR) ctypes interface. ...Justin Bronn2009-03-081-20/+15
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+115