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
- Fix TypeError in RelatedField.get_choices() when to_representation returns unhashable type
- Avoid N+1 queries in PrimaryKeyRelatedField(many=True) validation
- Fix duplicate validation errors for GenericIPAddressField with protocol
- Raise clear error for unsupported unique-together list updates
- Fix validators crashing with AttributeError when many=True passes a queryset as instance
- Use 'results' key in TemplateHTMLRenderer when data is a list
- Fix #9750: Respect blank=True when applying uniqueness constraints
- Fix DictField HTML input returning empty dict for missing fields
- Docs: add note about Browsable API simulating POST
- Fix #8926: ListSerializer supports instance access during validation for many=True
- Docs
- Python not yet supported