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
- Widget template
This concerns you if you've overridden the widget's template in your projects.
There have been a lot of changes to the template. Please take a look at the updated template.
The context variables sent by the widget have also been renamed. Take a look at
the updated context variables. JSONFormWidget
class
This concerns you if you've subclassed theJSONFormWidget
class in your projects.
Specifically, the context variables returned by therender
method of widget have
been changed/renamed. Take a look at the updated render method.
New features
- Support for django-nested-admin
Support for django-nested-admin is added. Code contributed by Trent Holliday.
Bugfixes
- 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.