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