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