summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/feature.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-2/+2
* Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall2014-12-131-3/+3
* Fixed #13843 -- Prevented AttributeError during geometry objects deletionClaude 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-071-2/+1
* Fixed #18640 -- Allowed access to GDAL Feature without DatasourceClaude 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 Aymeric Augustin for t...Jannis Leidel2011-07-131-1/+0
* Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:Justin Bronn2009-03-071-20/+15
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+115