Coordinates follow the (latitude, longitude) convention which is reverse
of what is expected by PostGIS.
I've tried to run the same project on another Mac OS X environment and
there coordinates are correctly saved as longitude/latitude.
There's a chance that it is not a Django issue, but rather GDAL not being
fully supported on the latest ubuntu.
gdalinfo --version
GDAL 3.0.4, released 2020/01/28
django==3.0.6
--
Ticket URL: <https://code.djangoproject.com/ticket/31567>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* type: Bug => Cleanup/optimization
* resolution: => duplicate
Comment:
GDAL 3.0 is not supported in Django 3.0. Duplicate of #30678.
--
Ticket URL: <https://code.djangoproject.com/ticket/31567#comment:1>