v2.3.0
- 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