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