A better, user-friendly JSON editing form field for Django admin. Also supports Postgres ArrayField.
BSD 3-Clause "New" or "Revised" License
352
stars
34
forks
source link
When the form has initial data and the schema is updated, the form throws an error #131
Closed
bhch closed 12 months ago
Steps to reproduce:
Step 1. Original schema:
Step 2: Add some data and save the object.
Step 3: Update the schema to this:
Step 4: Refresh page
The admin widget doesn't render with the following message:
I was using 2.17.0 earlier but upgraded to 2.21.0 but the problem still persists.
Originally posted by @sgocg in https://github.com/bhch/django-jsonform/issues/101#issuecomment-1829378697