Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django Rest Framework update nested serializer

Implement a writable serializer for multilevel nested relationships in django rest framework

Current User inside nested serializer

How do I send 401 error codes instead of 403 with a custom permission class?

How to add permissions in Django Rest Framework for specific requests

Sending a jQuery Request to Django REST Framework Results in no found JSON object error

Register user in Django REST framework and set group for user

routing one rest resource as a child of a second rest resource

You cannot access body after reading from request's data stream after starting py.test

Getting non_field_errors using JSONField()

Is there a way to configure Django Rest Framework to store token information in Redis rather than the Database?

DRF: static/read-only/non-model fields in serializers?

django rest framework PUT returns 404 instead of creating an object

Integrating DataTables plugin with django framework

Custom lookup_field with django rest framework, Cannot resolve detail

How to debug Django request "POST /url/ HTTP/1.1" 400

How to create a custom JSON payload structure in Django Rest Framework?

How to pass additional keyword arguments in a custom Field in Django Rest Framework?

Django REST Framework (DRF): TypeError: register() got an unexpected keyword argument 'base_name'

How to implement a hierarchy of resources (eg. /parents/<id>/children) in Django REST Framework