v2.0.0
Since v2.0.0-beta.2
- Fixed bug where write_only fields still had their keys rendered
- Exception handler can now easily be used on DRF-JA views alongside regular DRF views
- Added
get_related_field_namefor views subclassing RelationshipView to override - Renamed
JSON_API_FORMAT_RELATION_KEYStoJSON_API_FORMAT_TYPESto match what it was actually doing - Renamed
JSON_API_PLURALIZE_RELATION_TYPEtoJSON_API_PLURALIZE_TYPES - Documented ResourceRelatedField and RelationshipView
- Added LimitOffsetPagination
- Support deeply nested
?includes=foo.bar.bazwithout returning intermediate models (bar) - Allow a view's serializer_class to be fetched at runtime via
get_serializer_class - Added support for
get_root_metaon list serializers
Before v2.0.0-beta.2
- Pretty much everything.
This package started life as rest_framework_ember before jsonapi.org existed. v2.0.0 is the first release after the name change and JSON API compatibility.