django-jsonform 2.4.0 release notes¶
Nov 08, 2021¶
This version is fully backwards compatible with the previous version (v2.3.x).
Like the previous version, it also supports Django >= 2.0 and Python >= 3.4.
What’s new¶
react-json-form (JavaScript)¶
react-json-form has been updated to version 1.5.2. This version fixes the bug related to choice inputs.
Bugfixes¶
Earlier version required
psycopg2to be installed because ofArrayField. Now,psycopg2isn’t required unlessArrayFieldis used.Choices for the choice input field were not set from the data.
Minor changes¶
Small improvements to the widget’s css and icons