-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Release notes | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
v2.4.0 | ||
v2.3.0 | ||
v2.2.1 | ||
v2.2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
django-jsonform 2.4.0 release notes | ||
=================================== | ||
|
||
|
||
Nov 08, 2021 | ||
------------ | ||
|
||
This version is fully backwards compatible with the previous version (v2.3.x). | ||
|
||
Like the previous version, it also supports ``Django >= 2.0`` and ``Python >= 3.4``. | ||
|
||
What's new | ||
~~~~~~~~~~ | ||
|
||
react-json-form (JavaScript) | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
`react-json-form <https://github.com/bhch/react-json-form>`_ has been updated | ||
to version 1.5.2. This version fixes the bug related to choice inputs. | ||
|
||
Bugfixes | ||
^^^^^^^^ | ||
|
||
- Earlier version required ``psycopg2`` to be installed because of ``ArrayField``. | ||
Now, ``psycopg2`` isn't required unless ``ArrayField`` is used. | ||
- Choices for the choice input field were not set from the data. | ||
|
||
|
||
Minor changes | ||
^^^^^^^^^^^^^ | ||
|
||
- Small improvements to the widget's css and icons |