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
- Modify ObtainAuthToken to use the User model's USERNAME_FIELD and password for authentication instead of assuming username and password.
- Duplicate error msg fix for IP address field
- Duplicated GenericIPAddressField validation errors with ModelSerializer and protocol
- Performance issue: N+1 queries and slow validation when using many=True with serializers containing relational fields
- set_rollback should only rollback initialized connections
- List Serializer Breaks on Unique Constraint Validator
- BookListSerializer example for create case is still flawed
- Add `unaccent` to `SearchFilter`
- Add support for multiple authentication challenges in WWW-Authenticate header
- Not possible to override serializer_field_mappings with a field that has choices (for example a from ChoiceField derived field)
- Docs
- Python not yet supported