You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
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