Skip to content

5.0.0

Compare
Choose a tag to compare
@brunobord brunobord released this 01 Jul 09:33
· 44 commits to master since this release
d1dc508

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.