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?

Bulk Update data in Django Rest Framework

DRF check if an object already exist in DB when receiving a request

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

ImportError: No module named django_extensions

Create a generic serializer with a dynamic model in Meta

Nested resources in Django REST Framework

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

Multiple Models in Django Rest Framework?