Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django Rest Framework serializer losing data

Django REST framework: create JSON fragments from string

Restangular, Django REST and relations

Django Rest Framework 3 required field behaviour

django rest 3.1.1 - one to many serializer with "many" attribute

How to avoid code duplication in Django Forms and Django Rest Framework Serializers?

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?

Nested resources in Django REST Framework

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