Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/gdal/libgdal.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-4/+4
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Fixed #23064 -- Added lib detection support for GDAL 1.10...Claude Paroz2014-07-211-3/+3
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+8
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-2/+4
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-1/+1
* Need to catch `ImproperlyConfigured` to be freed from the...Justin Bronn2012-10-051-2/+3
* Fixed #17959 -- Silenced output during GIS testsClaude Paroz2012-10-041-1/+21
* Removed unused and undocumented gdal_release_date functionClaude Paroz2012-10-041-13/+0
* [py3] Fixed GEOS/GDAL testsClaude Paroz2012-09-231-2/+4
* Dropped support for GDAL < 1.5Claude Paroz2012-07-151-8/+1
* Added support for gdal 1.9.danger2012-06-191-10/+11
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+2
* Fixed #16007 -- Give POSIX platforms the same courtesy as...Justin Bronn2011-07-041-1/+1
* Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and...Justin Bronn2011-03-161-2/+2
* Fixed #13779 -- Can now discover GDAL 1.7 from debian-bas...Justin Bronn2010-06-231-2/+2
* Peform smarter version detection of GDAL so development v...Justin Bronn2010-03-251-1/+22
* Fixed support for GDAL 1.6 on Windows. Thanks to jtia fo...Justin Bronn2009-06-121-1/+1
* Fixed #9892 -- support additional binary packages for GEO...Justin Bronn2008-12-261-1/+1
* Fixed #9008 -- now use the correct library path for loadi...Justin Bronn2008-09-151-1/+1
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+83