djangorestframework 3.15.2
0
Web APIs for Django, made easy.
Contents
Web APIs for Django, made easy.
Stars: 28260, Watchers: 28260, Forks: 6823, Open Issues: 93The encode/django-rest-framework
repo was created 13 years ago and the last code push was 3 days ago.
The project is extremely popular with a mindblowing 28260 github stars!
How to Install djangorestframework
You can install djangorestframework using pip
pip install djangorestframework
or add it to a project with poetry
poetry add djangorestframework
Package Details
- Author
- Tom Christie
- License
- BSD
- Homepage
- https://www.django-rest-framework.org/
- PyPi:
- https://pypi.org/project/djangorestframework/
- GitHub Repo:
- https://github.com/encode/django-rest-framework
Classifiers
- Internet/WWW/HTTP
Related Packages
Errors
A list of common djangorestframework errors.
Code Examples
Here are some djangorestframework
code examples and snippets.
GitHub Issues
The djangorestframework package has 93 open issues on GitHub
- Pagination OpenAPI schemas should mark fields as required
- Improve hot path performance of is_simple_callable() and get_attribute()
- Use PrimaryKeyRelatedField pkfield in openapi
- Multiple search by m2m always empty
- docs: include drf-social-oauth2 to docs.
- Incorrect Serializer behaviour for BooleanField(required=False) when passed a QueryDict
- [Feature request] Different serializers for input and output approach
- TestViewNamesAndDescriptions.test_markdown test fails
- TestNaiveDayLightSavingTimeTimeZoneDateTimeField.test_invalid_inputs fails
- Propagate 'default' from model_field to serializer field
- SearchFilter with unaccent
- NullBooleanField should use forms.NullBooleanField just like django. And BooleanField should support default=True
- Added Deprecation Warnings for CoreAPI
- add OAS securitySchemes and security objects
- Add a method for getting serializer field name (OpenAPI)