Version 2.6.0
django-jsonform 2.6.0 release notes
Dec 22, 2021
This version introduces no breaking changes and is fully compatible with the previous releases (2.5.x).
Like the previous version, it also supports Django >= 2.0
and Python >= 3.4
.
What's new
New features
- #15: A new keyword called
default
can be used to specify default values for input fields. - #13: A new keyword called
readonly
(aliasreadOnly
) can be used to make input fields readonly.
react-json-form (JavaScript)
react-json-form has been updated to version 1.7.1.