#32972: Django ORM raw query not playing nice with Geometric Point objects
-------------------------------------+-------------------------------------
Reporter: Donovan | Owner: nobody
Type: Bug | Status: new
Component: GIS | Version: 3.2
Severity: Normal | Keywords: ORM raw query
Triage Stage: | geometric location point
Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
When using <Object>.objects.all() the behavior works as intended and I am
able to get the Geometric Point object with the latitude and longitude
correct.
When using <Object>.objects.raw() the Point object has incorrect latitude
and longitude -- it has scientific notation and completely different
numbers.
--
Ticket URL: <https://code.djangoproject.com/ticket/32972>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/057.9eaee7f309b52702cb2a8720803df814%40djangoproject.com.