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 4 of 8

2.17.1

Jun 01, 2023

This is a minor release.

Bugfixes

- 102: Fixed a bug due to which the type of subschema was determined incorrectly if it had a `$ref`.

react-json-form (JavaScript)

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

2.17.0

Apr 24, 2023

This release brings one new feature.

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

New features

- **Hidden input**
Support for hidden inputs using `"widget": "hidden"`.

react-json-form (JavaScript)

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

Thank you

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

2.16.1

Mar 28, 2023

This is a small patch release.

Bugfixes

- 96: Fixed a bug in `required` properties in nested objects.

react-json-form (JavaScript)

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

2.16.0

Mar 25, 2023

This release brings some new features and some bug fixes.

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

New features

- **`oneOf`, `anyOf`, `allOf`**
Support for `oneOf`, `anyOf` and `allOf` has been added. [See Docs](https://django-jsonform.readthedocs.io/en/latest/schema.html#oneof-anyof-allof).
- **Required properties**
Support for `required` keyword for object properties.
- **Dark mode**
Support for dark mode.


Bugfixes

- 92: Fixed validation for `choices`.
- 94 : Fixed a bug due to which `True`/`False` were treated as valid numbers.

react-json-form (JavaScript)

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

Thank you

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

2.15.0

Nov 21, 2022

This release brings plenty of bug fixes and one breaking change.

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

New features

- [**`ErrorMap`**](https://django-jsonform.readthedocs.io/en/latest/utils.html#django_jsonform.utils.ErrorMap)
A new helper class for setting error messages for custom validation.

Bugfixes

- 69: Allow hyphens in schema object keys.
- 70: Made the widget compatible with HTMX.
- 81: Fixed a bug due to which the error messages were not displayed under input fields.
- 82: Fixed a bug to display error messages from multiple validators.
- Minor fixes: 71, 73, 79.

Breaking changes

- **Custom validation**
Due to fixing issue 69 to allow hyphens (dashes) in schema object keys (i.e. field names), you should now use the [`ErrorMap`](https://django-jsonform.readthedocs.io/en/latest/utils.html#django_jsonform.utils.ErrorMap) helper class to construct the `error_map` object.

react-json-form (JavaScript)

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

Thank you

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

2.14.0

Nov 01, 2022

This release brings a small feature.

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

New features

- **Overriding `file-url` input field**
Use `widget: 'fileinput'` to display a simple file input field for `file-url`. It is useful in those cases where you don’t want to open a modal for choosing images.

react-json-form (JavaScript)

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

Thank you

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

Page 4 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.