Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 693 Bytes

v2.6.0.rst

File metadata and controls

28 lines (19 loc) · 693 Bytes

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

  • A new keyword called default can be used to specify default values for input fields.
  • A new keyword called readonly (alias readOnly) can be used to make input fields readonly.

react-json-form (JavaScript)

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