GitHub / django-json-api / django-rest-framework-json-api
JSON:API support for Django REST framework
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-json-api%2Fdjango-rest-framework-json-api
PURL: pkg:github/django-json-api/django-rest-framework-json-api
Stars: 1,240
Forks: 299
Open issues: 18
License: bsd-2-clause
Language: Python
Size: 1.87 MB
Dependencies parsed at: Pending
Created at: about 11 years ago
Updated at: 14 days ago
Pushed at: 10 days ago
Last synced at: 10 days ago
Commit Stats
Commits: 904
Authors: 119
Mean commits per author: 7.6
Development Distribution Score: 0.842
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/django-json-api/django-rest-framework-json-api
Topics: django-rest-framework, hacktoberfest, json-api, python
v2.3.0
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
Download