summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/__init__.py
AgeCommit message (Expand)Author
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-05-12Fixed #30678 -- Added support for GDAL 3.Claude Paroz
2017-09-03Fixed #28558 -- Simplified code to remove OGRIndexError.Nick Pope
2017-09-02Fixed #28559 -- Removed contrib.gis.gdal.OGRException backwards compatibility...Nick Pope
2017-05-04Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2015-12-12Unwrapped gdal.Envelope import from try-except as fail of `import ctypes` is ...Sergey Fedoseev
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-23Fixed #25011, Refs #23804 -- Added check for GDAL on RasterField initializationDaniel Wiesmann
2014-12-23Added RasterSource/GDALBand GDAL objectsClaude Paroz
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2012-10-04Removed unused and undocumented gdal_release_date functionClaude Paroz
2012-09-24Enlarged exception catching when testing for GDAL presenceClaude Paroz
2012-09-23[py3] Fixed GEOS/GDAL testsClaude Paroz
2012-07-15Dropped support for GDAL < 1.5Claude Paroz
2012-06-17Fixed GIS testsuite.Florian Apolloner
2012-06-16Skip GeometryFieldTest if there's no spacial database.Julien Phalip
2010-03-25Peform smarter version detection of GDAL so development versions are supported.Justin Bronn
2010-01-27Got rid of Python 2.3 compatibility global, and thus `OGRGeomType` import wra...Justin Bronn
2008-08-10gis: Fixed #8207; now shield 2.4 test runners from attempting to import ctypes.Justin Bronn
2008-08-07gis: Fixed #8141; moved Python 2.3 incompatibilities out of the reach of the ...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn