Saving SRID will be breaking change because the old geometries in DB will
have SRID 0, Django will provide geometries with SRID and
[https://dev.mysql.com/doc/refman/5.7/en/spatial-function-argument-
handling.html MySQL 5.7+ raises error] if geometry arguments have
different SRIDs. To make it work MySQL users will have to set SRIDs for
geometries in DB (call save() for every object of every GIS model).
--
Ticket URL: <https://code.djangoproject.com/ticket/27464>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Sergey Fedoseev
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/27464#comment:1>
* stage: Unreviewed => Accepted
Comment:
I'm not a GIS user, but based on the description, it seems like it could
be a large backwards-incompatibility. It might be nice to raise it on the
[https://groups.google.com/forum/#!forum/geodjango geodjango mailing list]
to make sure there's consensus about it.
--
Ticket URL: <https://code.djangoproject.com/ticket/27464#comment:2>
Comment (by Sergey Fedoseev):
MySQL 8 allows to create `GEOMETRY` columns with explicitly set SRID.:
https://dev.mysql.com/doc/refman/8.0/en/spatial-type-overview.html.
--
Ticket URL: <https://code.djangoproject.com/ticket/27464#comment:3>
* owner: Sergey Fedoseev => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/27464#comment:4>