django-rest-framework
https://github.com/encode/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 supported26 Subscribers
Add a CodeTriage badge to django-rest-framework
Help out
- Issues
- Prepare release 3.18.0
- Fix duplicate validation errors for GenericIPAddressField with protocol
- Update fields.md explaining how the `source` argument affects `.validated_data`
- Add native Jinja2 extension for DRF template rendering
- fix(validators): guard UniqueConstraint validators against queryset instance in ListSerializer (fixes #9484)
- Reject non-finite values (nan, inf) in FloatField
- Propagate model field defaults to ModelSerializer fields
- Fix BookListSerializer update example logic to support creation
- Fix int64 format detection for negative IntegerField minimums
- Honor Accept header q-values during renderer selection
- Docs
- Python not yet supported