Changes between Initial Version and Version 1 of Ticket #31973, comment 4


Ignore:
Timestamp:
Sep 1, 2020, 2:48:19 PM (4 years ago)
Author:
Adam Alton

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 the DB schema has only ever been altered via Django's migrations.
     1Thanks 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.
    22
    3 So (contrary to my original report) there is not a bug in `value_from_db`.
     3So (contrary to my original report) there is not a bug in `value_from_db`. But…
    44
    55The question now is whether there's a bug in Django's migration logic.
Back to Top