-
Notifications
You must be signed in to change notification settings - Fork 766
Closed
Description
Right now, using a DjangoObjectType on a model that contains GIS fields (like django.contrib.gis.db.models.fields.PointField
) will trigger an exception: Exception: Don't know how to convert the Django field myapp.MyModel.point (<class 'django.contrib.gis.db.models.fields.PointField'>)
.
It would be great to add support for this. Otherwise, is there any docs on how to create a custom Field with custom serialization/deserialization like in django-rest-framework?
Siecje, OpenDataAlex and JFer11
Metadata
Metadata
Assignees
Labels
No labels