- Fix issues with postgresql on CI. - Replace deprecated yaml.load calls to fix doc build. - Add a default value `[]` to conditions. - Added support for Django 3
7.1.0
==========================
- Added a tox job target to create a Django model graph using `dot`. Run `tox -e django_graph` to see the result. Since the database schema doesn't change that often, this tox target won't be associated with automated tests or doc generation - it's probably going to be a one-shot. - Add/Confirm support of Django REST Framework 3.11 (417). - Added a thorough documentation for maintainers - Pin psycopg2-binary to 2.8 in testing env to fix CI. - Allow to create validations `IS_DATE_IN_THE_FUTURE` by passing a boolean value instead of a string.
7.0.0
==========================
- Allow empty description on ``Formidable`` model
6.1.0
==========================
- Pass context to serializer in from_json. - Fix license reference in setup.py (402).
6.0.0
==========================
Breaking Changes ----------------
- Drop support for Python 3.5 (EOL: 2020-09-13). - Default values for readonly fields are kept in cleaned_data.
Other changes -------------
- Applying isort v5+ changes: no ``--recursive flag``, removed the ``not_skip`` settings. (internal change, no runtime impact).
5.0.0
==========================
Breaking Changes ----------------
- Include the property ``parameters`` when serializing a form using the ContextFormSerializer. - Drop support for Django 1.11 (398, 395). - Drop support for Django REST Framework 3.8 (382).
Other changes -------------
- Fix Postgresql configuration in CircleCI regarding the authentication (395). - Small cleanups of Python2-related code.