summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/libgdal.py
AgeCommit message (Expand)Author
2025-11-25Fixed #36756 -- Dropped support for GDAL 3.1 and 3.2.Mariusz Felisiak
2025-11-24Fixed #36738 -- Confirmed support for GDAL 3.12.Varun Kasyap Pentamaraju
2025-08-21Fixed #36382 -- Confirmed support for GDAL 3.11.David Smith
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2024-12-27Fixed #35891 -- Confirmed support for GDAL 3.10.David Smith
2024-11-04Fixed #35883 -- Confirmed support for GDAL 3.9.David Smith
2024-09-19Fixed #35776 -- Dropped support for GDAL 3.0.David Smith
2023-12-21Fixed #35005 -- Confirmed support for GDAL 3.8.David Smith
2023-12-20Fixed #35049 -- Dropped support for GDAL 2.4.David Smith
2023-06-30Fixed #34572 -- Added support for GDAL 3.7.Mariusz Felisiak
2023-06-29Fixed #34684 -- Dropped support for GDAL 2.2 and 2.3.Mariusz Felisiak
2022-12-29Fixed #34208 -- Confirmed support for GDAL 3.6.Mariusz Felisiak
2022-06-16Fixed #33786 -- Confirmed support for GDAL 3.5.Mariusz Felisiak
2022-03-16Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-20Fixed #33453 -- Dropped support for GDAL 2.1.Mariusz Felisiak
2021-07-16Fixed #32928 -- Confirmed support for GDAL 3.3.David Smith
2021-04-07Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz
2020-06-08Fixed #31662 -- Added detection for GDAL 3.0 and 3.1 on Windows.David Smith
2020-05-11Simplified GDAL version parsing.Sergey Fedoseev
2020-02-24Fixed #31292 -- Fixed django.contrib.gis.gdal.gdal_full_version() crash.Diederik van der Boor
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2019-02-09Confirmed support for GDAL 2.4.Tim Graham
2019-02-08Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2018-06-12Fixed #29483 -- Confirmed support for GDAL 2.3.Tim Graham
2018-06-11Dropped support for GDAL 1.9 and 1.10.Tim Graham
2017-06-07Fixed #28257 -- Confirmed support for GDAL 2.2Claude Paroz
2017-05-30Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.Tim Graham
2017-05-08Fixed #28178 -- Changed contrib.gis to raise ImproperlyConfigured if gdal isn...Tim Graham
2017-05-08Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.Tim Graham
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-12-26Passed logging message parameters as arguments instead of interpolating them.Ville Skyttä
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-07-21Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2012-10-05Need to catch `ImproperlyConfigured` to be freed from the schackles of `DJANG...Justin Bronn
2012-10-04Fixed #17959 -- Silenced output during GIS testsClaude Paroz
2012-10-04Removed unused and undocumented gdal_release_date functionClaude Paroz
2012-09-23[py3] Fixed GEOS/GDAL testsClaude Paroz
2012-07-15Dropped support for GDAL < 1.5Claude Paroz