jmrivas86 / django-json-widget

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)
MIT License
440 stars 88 forks source link

Update README to use models not forms for formfield_overrides #50

Closed doodla closed 3 years ago

doodla commented 3 years ago

I just implemented the library and forms.JsonField did not work. From here, I tried models. and it worked.