However, I ran into an issue. Having installed the 64bit version of
current software (python, postgres etc) OSGeo4W installed `GDAL 3.0.4,
released 2020/01/28` with `gdal300.dll`. I thought I had installed the
wrong version but I saw that #30678 added support for GDAL 3.
I added `gdal300` to `lib_names` in `libgdal.py` and was then able to run
the migration as explained in tutorial from the Django docs.
I was unsure about the *nix if that needed updating also?
--
Ticket URL: <https://code.djangoproject.com/ticket/31662>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by David Smith):
[https://github.com/django/django/pull/13024 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/31662#comment:1>
* owner: nobody => David Smith
* needs_better_patch: 1 => 0
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/31662#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"4652f1f0aa459a7b980441d629648707c32e36bf" 4652f1f0]:
{{{
#!CommitTicketReference repository=""
revision="4652f1f0aa459a7b980441d629648707c32e36bf"
Fixed #31662 -- Added detection for GDAL 3.0 and 3.1 on Windows.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31662#comment:4>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"1ac45e619daf63ba2f3df219c9d63302e53475be" 1ac45e61]:
{{{
#!CommitTicketReference repository=""
revision="1ac45e619daf63ba2f3df219c9d63302e53475be"
[3.1.x] Fixed #31662 -- Added detection for GDAL 3.0 and 3.1 on Windows.
Backport of 4652f1f0aa459a7b980441d629648707c32e36bf from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31662#comment:5>