Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/gdal/layer.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed E265 comment styleCollin Anderson2015-02-061-3/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-10/+9
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-5/+5
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-7/+7
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+1
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-2/+4
* Use smarter string decoding in GeoDjangoClaude Paroz2012-10-081-4/+6
* Fixed #18640 -- Allowed access to GDAL Feature without Da...Claude Paroz2012-10-071-2/+2
* [py3] Fixed GEOS/GDAL testsClaude Paroz2012-09-231-2/+3
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-221-0/+1
* [py3] Removed longs.Aymeric Augustin2012-07-221-8/+10
* Added support for spatially filtering what OGR features a...Justin Bronn2009-11-101-3/+27
* Maintenance refactor of the GDAL (OGR) ctypes interface. ...Justin Bronn2009-03-081-26/+21
* Fixed #9448 -- `Layer` objects now carry a reference to t...Justin Bronn2008-10-261-2/+8
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+187