Releases: peopledoc/django-formidable
Releases · peopledoc/django-formidable
[Backport release] Release 1.2.2
Added Hotfix from #308: Extract conditions and filter them using the fields that exist in the form.
Release 1.4.0
Deprecation Warning: The validation endpoint (using the URL forms/(?P<pk>\d+)/validate/
) is now POST
only.
The Valentine Release
Deprecation Warning: The validation endpoint (using the URL forms/(?P<pk>\d+)/validate/
) was only accessible via the GET
verb. It may have caused issues if we tried to validate very long forms, or forms with very large values, by hitting the querystring size limit.
As a consequence, as of 1.3.0, the GET
method is deprecated in favor of the POST
method.
- Allow POST method for form validation endpoint.
- [Documentation] Fixed a missing
cd
in docs. You can't run pytest from project root (#293). - includes 7 more languages (not translated yet): Czech, Danish, Finnish, Canadian French, Hungarian, Japanese, Swedish.
1.2.1
1.2.0
v1.1.0
The Release 1.1.0 was published on 2017-12-04
Changelog:
Major improvements
- Add JSON migrations
FormidableItem.value
field size now has no limit (TextField
)
Minor changes
- 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 - Migrate to PeopleDoc GitHub organization (#283)
1.1.0rc2
The pre-relase 1.1.0rc2 was published on 2017-11-30.
- 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.1.0rc1
- 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
)
Bye bye, presets
1.0.1
- 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).