django-formidable
django-formidable copied to clipboard
On the way to glory! again!
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 3.24.0 to 4.1.3. Release notes Sourced from swagger-ui-dist's releases. Swagger UI v4.1.3 Released! 4.1.3 (2021-12-10) Bug Fixes security: disable reading config params from URL search params (#7697)...
This PR closes # * [ ] Tests * [ ] Docs/comments * [ ] *IN CASE YOU'VE CHANGED THE `formidable.yml` file*: run ``tox -e swagger-statics`` to rebuild the swagger...
This bit of code has been implemented for Django 1.8, but it looks harder than just pulling out a line of code. Since it's a bit tricky **but** it looks...
The `ContextFormSerializer` view returns a contextualized form using the DRF serializers & such. On the other hand, the `contextualize` function returns a contextualized form that analyses the fields and the...
Before PR #301, a form with two identical conditions was considered invalid. Since we've added the support for multiple conditions targeting a common field, such a form is now valid....
Validations are using the following form: "field" + "comparison operator" + "value". There is a defined set of comparison operators, but all of them are not applicable to every field...