Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.02 KB

v2.0.0.rst

File metadata and controls

37 lines (23 loc) · 1.02 KB

django-jsonform 2.0.0 release notes

Sep 06, 2021

This version is fully backwards compatible with the previous version (v1.0.0).

Like the previous version, it also supports Django >= 2.0 and Python >= 3.4.

What's new

~django_jsonform.models.fields.JSONField

A model field called ~django_jsonform.models.fields.JSONField has been added which makes it more convenient to set up the editing form widget.

~django_jsonform.models.fields.ArrayField

A model field called ~django_jsonform.models.fields.ArrayField has been added which provides a nice, dynamic form for editing the Postgres ArrayField.

react-json-form (JavaScript)

react-json-form has been updated to version 1.4.1.

Minor changes

Some small improvements to the widget's css.