Releases: peopledoc/django-formidable
1.0.0
- 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.
1.0.0rc2
- 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.
- NEW IN RC2 Removed fields that reference preset models in forms and preset args tables (#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.
1.0.0rc1
- 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.
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
- [Doc] New Makefile target to serve the documentation.
WARNINGS
- 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.
- 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.