Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/gdal/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports in __init__.py files.Tim Graham2015-06-271-2/+3
* Fixed #25011, Refs #23804 -- Added check for GDAL on Rast...Daniel Wiesmann2015-06-231-1/+2
* Added RasterSource/GDALBand GDAL objectsClaude Paroz2014-12-231-0/+1
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-4/+5
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-7/+17
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-3/+4
* Removed unused and undocumented gdal_release_date functionClaude Paroz2012-10-041-1/+1
* Enlarged exception catching when testing for GDAL presenceClaude Paroz2012-09-241-1/+1
* [py3] Fixed GEOS/GDAL testsClaude Paroz2012-09-231-1/+1
* Dropped support for GDAL < 1.5Claude Paroz2012-07-151-2/+2
* Fixed GIS testsuite.Florian Apolloner2012-06-171-12/+0
* Skip GeometryFieldTest if there's no spacial database.Julien Phalip2012-06-161-6/+18
* Peform smarter version detection of GDAL so development v...Justin Bronn2010-03-251-2/+2
* Got rid of Python 2.3 compatibility global, and thus `OGR...Justin Bronn2010-01-271-14/+9
* gis: Fixed #8207; now shield 2.4 test runners from attemp...Justin Bronn2008-08-101-4/+8
* gis: Fixed #8141; moved Python 2.3 incompatibilities out ...Justin Bronn2008-08-071-3/+7
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+51