Changes between Version 1 and Version 2 of Ticket #36451
- Timestamp:
- Jun 10, 2025, 11:43:53 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36451 – Description
v1 v2 41 41 }}} 42 42 43 As a workaround, I’ve overridden field in serializer with PointField, but it feels like something that should be handled natively if the output field is a PointField.43 As a workaround, I’ve overridden field in serializer with GeometryField, but it feels like something that should be handled natively if the output field is a PointField. 44 44 45 45 Is there any plan to support GeneratedField-based geometry fields in future versions of DRF-GIS? Or is there a cleaner approach that I might be missing?