Skip to content

v2.3.0

Compare
Choose a tag to compare
@sliverc sliverc released this 11 Jul 14:58
· 493 commits to main since this release
f0158f6
  • Added support for polymorphic models
  • When JSON_API_FORMAT_KEYS is False (the default) do not translate request
    attributes and relations to snake_case format. This conversion was unexpected
    and there was no way to turn it off.
  • Fix for apps that don't use django.contrib.contenttypes.
  • Fix resource_name support for POST requests and nested serializers
  • Enforcing flake8 linting
  • Added nested included serializer support for remapped relations