5.0.0
Version 5.0.0 was released on 2020-06-30 (but published on PyPI the next day, July 1st)
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.