Release 4.0.0
version 4.0.0 was released on 2020-01-08
NOTE: This releases drops Python 2 support. bye bye and thank you for the fish.
Important changes
- Drop support for Python 2.7 -- EOL: January 1st, 2020 (#377).
- Added an XSS prevention mechanism. See the
security documentation <https://django-formidable.readthedocs.io/en/master/>
_ for more information and details on how to setup your own sanitization process (#378). - Removed
tox.ini
directive that skipped missing Python interpreters (#376).