Version 2.9.0
django-jsonform 2.9.0 release notes
Apr 22, 2022
This version introduces some backwards-incompatible changes with the previous versions related to CSS styling and internal HTML structure.
Like the previous version, it also supports Django >= 2.0
and Python >= 3.4
.
What's new
New features
- Help text
Support for displaying help text under inputs (using thehelp_text
orhelpText
keyword). - New template filters
New template filters to help convert datetime strings into datetime objects in templates. - Compatibility with Django-Grappelli admin
Improvements to CSS to ensure compatibility with the Django-Grappelli admin.
Bugfixes
- #34: Fixed a CSS styling for Djang-Grappelli admin.
- #35: Fixed a bug to reset file input when the file is cleared.
react-json-form (JavaScript)
react-json-form has been updated to version 1.11.0.
Breaking changes
The internal HTML structure of the widget, i.e. how the the fields are rendered, has been changed. Due to this, some of the CSS code has also been changed.
You don’t need to worry about this unless you’ve written custom CSS styles for the widget. If so, this is something to beware of.