--
Ticket URL: <https://code.djangoproject.com/ticket/28181>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
[https://code.djangoproject.com/ticket/28181 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:1>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"a404f75f92971634c76330f3742261d33ccecca1" a404f75f]:
{{{
#!CommitTicketReference repository=""
revision="a404f75f92971634c76330f3742261d33ccecca1"
Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.
Follow up to:
ffdf507ec0821f0520e315c2e8a6cf231ea3fd5a (adding GDAL 2.0 support)
ebaa2fef27644430e2b9dfa912f02e39582bfc05 (confirming GDAL 2.1 support)
8c7778884bced3e756ce139da781b0c8c8b2395c (removing GDAL 1.8, 1.7 support)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"7fdbd253365f934d2910de3bfd756616c306bc14" 7fdbd25]:
{{{
#!CommitTicketReference repository=""
revision="7fdbd253365f934d2910de3bfd756616c306bc14"
[1.11.x] Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.
Follow up to:
ffdf507ec0821f0520e315c2e8a6cf231ea3fd5a (adding GDAL 2.0 support)
ebaa2fef27644430e2b9dfa912f02e39582bfc05 (confirming GDAL 2.1 support)
8c7778884bced3e756ce139da781b0c8c8b2395c (removing GDAL 1.8, 1.7 support)
Backport of a404f75f92971634c76330f3742261d33ccecca1 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:3>
Comment (by Tim Graham):
As reported in ticket:28237#comment:12, it seems that the library name for
GDAL 2.1 on Windows in correct.
[https://github.com/django/django/pull/8558 PR] to fix that.
--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:4>
Comment (by GitHub <noreply@…>):
In [changeset:"c32476e5ba2f1c18758cfcffc857fa4eab37e816" c32476e]:
{{{
#!CommitTicketReference repository=""
revision="c32476e5ba2f1c18758cfcffc857fa4eab37e816"
Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.
Follow up to a404f75f92971634c76330f3742261d33ccecca1.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"4112bce442c96747f588b9f99f63e45634950972" 4112bce]:
{{{
#!CommitTicketReference repository=""
revision="4112bce442c96747f588b9f99f63e45634950972"
[1.11.x] Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.
Follow up to a404f75f92971634c76330f3742261d33ccecca1.
Backport of c32476e5ba2f1c18758cfcffc857fa4eab37e816 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:6>