Changes between Initial Version and Version 1 of Ticket #31973, comment 4
- Timestamp:
- Sep 1, 2020, 2:48:19 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31973, comment 4
initial v1 1 Thanks for your swift reply, @felixxm. You're right, this is caused by the database having the fields as type `json` rather than `jsonb`, even though theDB schema has only ever been altered via Django's migrations.1 Thanks for your swift reply, @felixxm. You're right, this is caused by the database having the fields as type `json` rather than `jsonb`, even though my DB schema has only ever been altered via Django's migrations. 2 2 3 So (contrary to my original report) there is not a bug in `value_from_db`. 3 So (contrary to my original report) there is not a bug in `value_from_db`. But… 4 4 5 5 The question now is whether there's a bug in Django's migration logic.