Changes between Initial Version and Version 1 of Ticket #28659
- Timestamp:
- Sep 30, 2017, 2:14:18 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28659 – Description
initial v1 1 When adding a geometry to a model, one way to do it is set null=True for the field. The LayerMapping utility cannot handle updating the field as it assumes getattr on a Geometrycan never return None.1 When adding a geometry to a model, one way to do it is set null=True for the field. The LayerMapping utility cannot handle updating the field as it assumes getattr on a Model's Geometry field can never return None. 2 2 3 3 Adding test to test suite, PR incoming.