Changes between Initial Version and Version 1 of Ticket #28659


Ignore:
Timestamp:
Sep 30, 2017, 2:14:18 AM (7 years ago)
Author:
Melvyn Sopacua
Comment:

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 Geometry can never return None.
     1When 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.
    22
    33Adding test to test suite, PR incoming.
Back to Top