Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-serializer

permissions checking in serializer, Django rest framework,

filter django serializer data

Allowing Edit to editable=False Fields in Django Admin

DRF Serializer update list of nested objects

Proper usage of "callable default function" in Django REST Framework (DRF)

Using two different serializer in one endpoint django rest framework

__init__() missing 1 required positional argument: 'model_field'

Django Rest Framework: Use URL parameter in serializer

How to serialize a list of strings

python gRPC error: "error": "13 INTERNAL: Failed to serialize response!" when trying to return a repeated message instead of stream in a List Request

How to Foreign_Key value instead of id in django rest framework without read_only=True

Understanding the requirement for the related field to provide a queryset

How to make a field in Serializer both readable and writeable

Django Rest Framework: How to pass data to a nested Serializer and create an object only after custom validation

permission classes IsAuthenticated not working in DRF

Serializer for JSONField nested representation

how to override 'get_queryset()' in Django

How to add data of two different serializers to be passed as reference in Django Rest Framework

Customize Json Response in django rest framework

Django DRF - Different Request and Response Serialization