Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to Not allow the PUT method at all but allow PATCH in a DRF ViewSet?

CSRF is only checked when authenticated in DRF?

Django Rest Framework (GET filter on ManyToMany field)

Define pagination page_size per-view in Django Rest Framework