Changes between Initial Version and Version 1 of Ticket #27955
- Timestamp:
- Mar 17, 2017, 12:27:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27955 – Description
initial v1 10 10 11 11 Creating an object programmatically works and applies the default value just fine. Saving an object with an empty value for the `JSONField` triggers an IntegrityError because Django tries to save an object with `null` instead of the default. 12 13 I'm not sure whether this ticket is a duplicate of https://code.djangoproject.com/ticket/27697 but I think this issue with the ignored default may have a different origin.