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
/
error.py
Age
Commit message (
Expand
)
Author
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-23
Fixed #33030 -- Fixed broken links to GDAL docs.
Märt Häkkinen
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
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-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2015-02-06
Fixed E265 comment style
Collin Anderson
2014-12-18
Fixed #24014 -- Unified OGRException and GDALException
Claude Paroz
2014-12-02
Added cpl error codes to errcheck functions
Daniel Wiesmann
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-10
Whitespace cleanup.
Tim Graham
2011-03-14
Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...
Adrian Holovaty
2009-03-07
Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include:
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn