Django-formidable

Latest version: v7.2.0

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

Scan your dependencies

Page 6 of 10

1.1.0

Not secure
==========================

- Added tests for the validators mapping
- Minor syntax changes
- Added perf rec tests
- Add configuration for py.test
- Reactivate accidentally skipped ``test_validations.py`` tests
- Add JSON migrations
- ``FormidableItem.value`` field size now has no limit (``TextField``)
- Migrate to PeopleDoc GitHub organization (283)

1.0.2

Not secure
==========================

- As of its 3.7 version, it appears that Django REST Framework is no longer compatible with Django 1.8. Added a mention in the README, in the deprecation timeline, and changed tox requirements to reflect this (272).
- Drop Preset tables (255).

1.0.1

Not secure
==========================

- Validation View return the right content-type headers when the validation is okay (257)
- Fix The error 500 when the formidable object is not found on validation view (257)
- Fix a 500 error with Mandatory File Fields and conditional display (263).
- Added tests for the generic exception handler (263).
- Added Python 3.4/3.3 support deprecation in the Deprecation Timeline documentation (262).

1.0.0

Not secure
==========================

- Drop Django REST Framework 3.3 support (239).
- Removed the Presets from the code (249).
- Removed from model serializers, and test code.
- Translation strings have been removed.
- Swagger documentation updated to reflect this API change.
- Removed fields that reference preset models in forms and preset args tables through a Django migration (259).

.. warning::

Validation rules are handled by field validations, and the historical Preset mechanism is now deprecated. Front-end integration should take into account that the form ``presets`` key is not sent to it anymore, and won't be taken into account if sent to the backend.

0.15.0

Not secure
===========================

- [Doc] New Makefile target to serve the documentation.

.. warning::

This version is the last one to support Form Presets (form validation rules). The whole software logic and data will be wiped off on the next release. If needed, make backups and try to convert your existing presets to field validation rules. refs 249.

.. warning::

This version is the last one to support Django Rest Framework 3.3. Please upgrade to the latest available to date (3.6.2). refs 239.

0.14.0

Not secure
===========================

- Add a ValidateView that works with ContextForm JSON (246).

Page 6 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.