Opened 7 years ago

Closed 6 years ago

#28659 closed Bug (fixed)

LayerMapping fails with unique=True and Geometry column is None

Reported by: Melvyn Sopacua Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description (last modified by Melvyn Sopacua)

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.

Adding test to test suite, PR incoming.

Change History (7)

comment:1 by Melvyn Sopacua, 7 years ago

Description: modified (diff)

comment:3 by Claude Paroz, 7 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Melvyn Sopacua, 7 years ago

Has patch: set

New PR as per review by Tim is 9188.

Version 0, edited 7 years ago by Melvyn Sopacua (next)

comment:5 by Melvyn Sopacua, 7 years ago

Version: 1.11master

comment:6 by Tim Graham, 7 years ago

Patch needs improvement: set

comment:7 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In e7a56eb:

Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.

Note: See TracTickets for help on using tickets.
Back to Top