[Django] #37091: Add / Confirm GDAL 3.13 Support

21 views
Skip to first unread message

Django

unread,
May 8, 2026, 11:59:24 AMMay 8
to django-...@googlegroups.com
#37091: Add / Confirm GDAL 3.13 Support
-----------------------------+---------------------------------------
Reporter: David Smith | Type: New feature
Status: new | Component: GIS
Version: 6.0 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+---------------------------------------
GDAL 3.13 was released on 25 May 2026.
https://github.com/OSGeo/gdal/releases/tag/v3.13.0
--
Ticket URL: <https://code.djangoproject.com/ticket/37091>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
May 8, 2026, 12:04:14 PMMay 8
to django-...@googlegroups.com
#37091: Add / Confirm GDAL 3.13 Support
-----------------------------+------------------------------------
Reporter: David Smith | Owner: (none)
Type: New feature | Status: new
Component: GIS | Version: 6.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+------------------------------------
Changes (by Jacob Walls):

* stage: Unreviewed => Accepted


Old description:

> GDAL 3.13 was released on 25 May 2026.
> https://github.com/OSGeo/gdal/releases/tag/v3.13.0

New description:

GDAL 3.13 was released on 8 May 2026.
https://github.com/OSGeo/gdal/releases/tag/v3.13.0

--
--
Ticket URL: <https://code.djangoproject.com/ticket/37091#comment:1>

Django

unread,
May 8, 2026, 1:09:08 PMMay 8
to django-...@googlegroups.com
#37091: Add / Confirm GDAL 3.13 Support
-----------------------------+------------------------------------
Reporter: David Smith | Owner: (none)
Type: New feature | Status: new
Component: GIS | Version: 6.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+------------------------------------
Comment (by Milad Zarour):

Hi
I’d like to look into this and check what’s needed for GDAL 3.13 support.
--
Ticket URL: <https://code.djangoproject.com/ticket/37091#comment:2>

Django

unread,
May 8, 2026, 1:10:11 PMMay 8
to django-...@googlegroups.com
#37091: Add / Confirm GDAL 3.13 Support
-----------------------------+------------------------------------
Reporter: David Smith | Owner: (none)
Type: New feature | Status: new
Component: GIS | Version: 6.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+------------------------------------
Changes (by Milad Zarour):

* has_patch: 0 => 1

--
Ticket URL: <https://code.djangoproject.com/ticket/37091#comment:3>

Django

unread,
May 8, 2026, 1:16:56 PMMay 8
to django-...@googlegroups.com
#37091: Add / Confirm GDAL 3.13 Support
-----------------------------+----------------------------------------
Reporter: David Smith | Owner: Milad Zarour
Type: New feature | Status: assigned
Component: GIS | Version: 6.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+----------------------------------------
Changes (by Milad Zarour):

* owner: (none) => Milad Zarour
* status: new => assigned

Comment:

Opened PR 21249: https://github.com/django/django/pull/21249

Updated GDAL library discovery for GDAL 3.13 and documented GDAL 3.13
support.

Tests:
python -m black --check django/contrib/gis/gdal/libgdal.py
python -m flake8 django/contrib/gis/gdal/libgdal.py
git diff --check
python tests/runtests.py gis_tests.gdal_tests
Aborted locally because no GIS database backend is configured.
--
Ticket URL: <https://code.djangoproject.com/ticket/37091#comment:4>

Django

unread,
May 11, 2026, 4:01:22 PMMay 11
to django-...@googlegroups.com
#37091: Add / Confirm GDAL 3.13 Support
-----------------------------+----------------------------------------
Reporter: David Smith | Owner: Milad Zarour
Type: New feature | Status: assigned
Component: GIS | Version: 6.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
-----------------------------+----------------------------------------
Changes (by Jacob Walls):

* needs_better_patch: 0 => 1

--
Ticket URL: <https://code.djangoproject.com/ticket/37091#comment:5>

Django

unread,
May 20, 2026, 1:36:37 PMMay 20
to django-...@googlegroups.com
#37091: Add / Confirm GDAL 3.13 Support
-----------------------------+---------------------------------------------
Reporter: David Smith | Owner: Milad Zarour
Type: New feature | Status: assigned
Component: GIS | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+---------------------------------------------
Changes (by Jacob Walls):

* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
* version: 6.0 => dev

--
Ticket URL: <https://code.djangoproject.com/ticket/37091#comment:6>

Django

unread,
May 20, 2026, 2:00:31 PMMay 20
to django-...@googlegroups.com
#37091: Add / Confirm GDAL 3.13 Support
-----------------------------+---------------------------------------------
Reporter: David Smith | Owner: Milad Zarour
Type: New feature | Status: closed
Component: GIS | Version: dev
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+---------------------------------------------
Changes (by Jacob Walls <jacobtylerwalls@…>):

* resolution: => fixed
* status: assigned => closed

Comment:

In [changeset:"403c9f7f086bbf02a21ea2b85af2174b77f7e0ab" 403c9f7]:
{{{#!CommitTicketReference repository=""
revision="403c9f7f086bbf02a21ea2b85af2174b77f7e0ab"
Fixed #37091 -- Confirmed support for GDAL 3.13.

Thanks David Smith for reviews.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/37091#comment:7>
Reply all
Reply to author
Forward
0 new messages