In Postgis [1], with geometries, the default is not 0 but 8, meaning the
CRS is returned, not respecting the original call arguments.
[0]
https://github.com/django/django/blob/6ad0dbc8d90ef37731608f7ac3d6e1d62cc8c765/django/contrib/gis/db/models/functions.py#L198
[1] https://postgis.net/docs/ST_AsGeoJSON.html
--
Ticket URL: <https://code.djangoproject.com/ticket/34882>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.