--
Ticket URL: <https://code.djangoproject.com/ticket/33274>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
Comment:
Hi Iulian. Thanks for the report.
I'm going to say `wontfix` here initially. Loosening the accepted types
adds complexity, and it's not clear that only `Point` would need to be
adjusted.
Rather, I'd suggest casting your data before instantiating the `Point` (as
I presume you're doing).
It may be worth a post on the
[https://forum.djangoproject.com/c/internals/geodjango/13 GeoDjango
category of the Forum] to discuss your use-case and how best to
handle/support `Decimal` instances.
--
Ticket URL: <https://code.djangoproject.com/ticket/33274#comment:1>