Django-jsonform

Latest version: v2.23.1

Safety actively analyzes 688792 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

2.4.0

Not secure
Nov 08, 2021

This version is fully backwards compatible with the previous version (v2.2.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

- 7: Earlier version required ``psycopg2`` to be installed because of ``ArrayField``. Now, ``psycopg2`` isn't required unless ``ArrayField`` is used.
- 9: Choices for the choice input field were not being set from the data.


Minor changes
- Small improvements to the widget's css and icons

2.3.0

Not secure
Sep 22, 2021

This version is fully backwards compatible with the previous version (v2.2.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.1. This version implements following new features and many bugfixes.

Textarea input

Now a textarea input can be specified for a string field using the widget keyword.

Movable array items

Array items can now be re-ordered using arrow buttons.

Bugfixes
- Choices for boolean type will now return a boolean value.
- Integer field’s value was set as string before. Now it will be set as a number.
- Initial blank data was not set for certain fields (booleans, integers).
- Checkbox couldn’t be unchecked once checked.

Minor changes
- Small improvements to the widget’s css
- Javascript performance improvements

2.2.1

Not secure
Sep 21, 2021

This is a minor release and adds no new features.

Bugfixes

- 3: NoReverseMatch exception was raised if django_jsonform's urls weren't registered.

2.2.0

Not secure
Sep 14, 2021

This version adds no new featurs and is fully backwards compatible.

Fix bad package

Templates and static files weren’t included in the previous builds. This version includes all the required files.

Previous versions are not usable due to this embarrassing mistake.

2.1.0

Not secure
Sep 09, 2021

This version is fully backwards compatible.

What's new

Callable `schema`

`schema` can now be a callable. This allows for specifying choices dynamically, among other things.

Minor changes

Improvements to the widget's CSS:

- Fixed: the remove button overlapped the input field on mobile.
- Fixed: `select` input wasn't the same width as other inputs.

2.0.0

Not secure
Sep 06, 2021

This version is fully backwards compatible with the previous version (v1.0.0).

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


What's new

`JSONField`

A model field called [`JSONField`](https://django-jsonform.readthedocs.io/en/v2.0.0/fields-and-widgets.html#jsonfield) has been added which makes it more convenient to set up the editing form widget.

`ArrayField`

A model field called [`ArrayField`](https://django-jsonform.readthedocs.io/en/v2.0.0/fields-and-widgets.html#arrayfield) has been added which provides a nice, dynamic form for editing the Postgres ``ArrayField``.

react-json-form (JavaScript)

[react-json-form](https://github.com/bhch/react-json-form) has been updated to version 1.4.1.

Minor changes

Some small improvements to the widget's css.

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.