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.
Add new pagination classes based on JSON:API query parameter recommendations:
JsonApiPageNumberPagination and JsonApiLimitOffsetPagination. See usage docs.
Deprecates PageNumberPagination and LimitOffsetPagination
Add ReadOnlyModelViewSet extension with prefetch mixins
Add support for Django REST Framework 3.8.x
Introduce JSON_API_FORMAT_FIELD_NAMES option replacing JSON_API_FORMAT_KEYS but in comparison preserving
values from being formatted as attributes can contain any json value.
JSON_API_FORMAT_KEYS still works as before (formatting all json value keys also nested) but is marked as deprecated
Performance improvement when rendering included data
Allow overwriting of get_queryset() in custom ResourceRelatedField