You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to migrate any model which has a Django built in geometry field (e.g. Point, Polygon etc). I keep getting the error 'AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type''.
Does django-pyodbc-azure support geometry data?
The text was updated successfully, but these errors were encountered:
Thank you for your reply, I found a workaround by converting sql geometry fields to varchar fields with WKT geometry and then converting them to GEOSGeometry Objects. It's working well and I'm very pleased with django-pyodbc-azure.
I'm unable to migrate any model which has a Django built in geometry field (e.g. Point, Polygon etc). I keep getting the error 'AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type''.
Does django-pyodbc-azure support geometry data?
The text was updated successfully, but these errors were encountered: