drf-json-api
drf-json-api copied to clipboard
NOT MAINTAINED - Use djangorestframework-jsonapi instead
Tests for nested serializers should now work.
I have a branch which is compatible with Json APi v1.0 specifications, however, it's a mess so I'm dividing it into smaller branches. The approach I took is enabling tests...
This is intended to add compatibility in for JSON API 1.0.0-rc.3 and close #27. **This pull request is not yet complete, but comments and code review is highly encouraged at...
Based on the comments (https://github.com/kevin-brown/drf-json-api/blob/master/rest_framework_json_api/utils.py#L52) the result of this method should not have spaces.
In `JsonApiMixin.handle_nested_serializer`, if the nested resource contained links, then extra items would be added to the links section, due to reusing the variable `linked_ids` in the loop. This code changes...