django-jsonform 2.13.0 release notes

Oct 09, 2022

This release brings some minor but important changes.

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

Breaking changes

New features

Minor Changes

  • Dropped jQuery dependency

    Earlier releases relied upon jQuery to generate the widget for Django’s Inline formsets. This release get rids of the jQuery calls.

  • File Clear button

    File input’s Clear button will not send a DELETE request now. This is done to state in-tune with Django’s Clear button which only empties the file input, and doesn’t delete it. A dedicated Delete button may be added in future.

Bug fixes

  • Some bugfixes in widget’s JavaScript library.

react-json-form (JavaScript)

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

Thank you

I want to thank all the people who contributed code, bug reports, feature requests and improvement suggestions.