Changes between Version 3 and Version 4 of Ticket #27672


Ignore:
Timestamp:
Jan 1, 2017, 5:28:58 PM (7 years ago)
Author:
Tim Sheerman-Chase
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27672 – Description

    v3 v4  
    7272django.db.utils.IntegrityError: NOT NULL constraint failed: records_recordshapeedit.data
    7373}}}
     74
     75UPDATE: I translated the shape away from zero and it works fine. I suspect that numbers are being represented in scientific notation in sql, which is perhaps not supported by some component of the back end...
Back to Top