django-jsonform 2.4.0 release notes
Nov 08, 2021
This version is fully backwards compatible with the previous version (v2.2.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
- #7: Earlier version required
psycopg2
to be installed because ofArrayField
. Now,psycopg2
isn't required unlessArrayField
is used. - #9: Choices for the choice input field were not being set from the data.
Minor changes
- Small improvements to the widget's css and icons