Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-serializer

Is it mandatory to use serializer in Django viewset?

add instances to a manytomany field in django rest framework

Django Rest Framework serializer update method does not save object

Django Nested Serializer

How to filter Foreign Key relations on Django serializers?

How can I test dates and datetimes in different formats?

Adding Additional Data to a Serialize Response in Django

Django-Rest-Framework Custom User not Hashing Password (Serializer Issue)

Write an explicit `.update()` method for serializer

Saving Nested data in using django serializer class

One to One relationship serializing in django

How to write a Custom field Validation for ModelSerializers in Django Rest Framework(DRF) similar to Form Validation in Django?

DRF - list of optionals field in serializer meta class

How to get and display all child objects in parent serializer in DRF

How can I get User at Validate in Serializer?

AttributeError: module 'rest_framework.serializers' has no attribute 'NullBooleanField' in Django inside Swagger

Serializer field validation and how to check if value exist?

HTTP PUT not working properly in django rest framework