Changes between Version 3 and Version 4 of Ticket #27672
- Timestamp:
- Jan 1, 2017, 5:28:58 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27672 – Description
v3 v4 72 72 django.db.utils.IntegrityError: NOT NULL constraint failed: records_recordshapeedit.data 73 73 }}} 74 75 UPDATE: 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...