Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

How to get OR permissions instead of AND in REST framework

How to show query parameter options in Django REST Framework - Swagger

Creating multiple objects with one request in Django and Django Rest Framework

Django REST Framework image upload

How to create a new user with django rest framework and custom user model

How do I set different Serializer for list and detail view with Django Rest Framework?

integrate django password validators with django rest framework validate_password

djangorestframework: Filtering in a related field

Circular dependency in serializers

Django Rest Framework custom authentication

Django REST framework object level permissions

Can to_representation() in Django Rest Framework access the normal fields

Django rest framework permission_classes of ViewSet method

Django REST Framework how to specify error code when raising validation error in serializer

get router url name when testing in Django Rest Framework

Django rest framework override page_size in ViewSet

django REST framework - limited queryset for nested ModelSerializer?

How can I define a list field in django rest framework?

TypeError while using django rest framework tutorial

Usage of .to_representation() and .to_internal_value in django-rest-framework?