Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

How to save extra fields on registration using custom user model in DRF + django-rest-auth

Combine two different models in Django Rest Framework

Returning id value after object creation with django-rest-framework

Create an instance from serializer without persisting it to db

Making SSO with django rest framework

How to build a REST client frontend for a REST API backend?

How to update values in instance when have a custom .update() to update many-to-many relations in DRF writable nested serializer

Django REST Framework: default fields in browseable API form

Django REST Framework - OAuth2 Consumer API from external provider

How to do bulk instance deletion in Django Rest Framework?

Django Rest Framework custom POST URL endpoints with defined parameter (request.POST) with Swagger or other doc

DJango REST Framework Read Only field

How to access serializer.data on ListSerializer parent class in DRF?

Django test runner failing with "relation does not exist" error

LDAP authentication with django REST

Bulk, partial updates with Django Rest Framework

DRF - Method 'GET' not allowed

How to add custom error codes to Django Rest Framework

Extend django rest framework to allow inheriting context in nested serializers