django-rest-framework
https://github.com/tomchristie/django-rest-framework
Python
Web APIs for Django.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported38 Subscribers
View all SubscribersAdd a CodeTriage badge to django-rest-framework
Help out
- Issues
- Avoid N+1 queries in PrimaryKeyRelatedField(many=True) validation
- Use 'results' key in TemplateHTMLRenderer when data is a list
- Fix `ListSerializer` supports instance access during validation for `many=True`
- Add `SerializedRelatedField` for write-by-slug, read-as-nested representation
- Fix viewset actions dict being mutated after first request
- a viewset's action list gets "head" added to it, but only after being called at least once
- Fix cursor pagination ordering
- UniqueTogetherValidator fails with partial unique indexes with ForeignKey
- Fix validation for ListSerializer when many=True
- Performance issue: N+1 queries and slow validation when using many=True with serializers containing relational fields
- Docs
- Python not yet supported