Search code examples
How to add different many-to-many field into a single instance or row of a foreign key in django-res...

reactjsdjango-modelsdjango-rest-frameworkdjango-serializeractive-model-serializers

Read More
AttributeError: 'QuerySet' object has no attribute 'category'...

pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
Don't use field name in DRF serialization (there is only one field)...

pythondjangodjango-rest-frameworkdjango-serializermanytomanyfield

Read More
Many to Many field POST requests on API Django Rest Framework...

djangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
KeyError DRF when posting...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
Problem with POST from fronside. Method does not support writable dotted-source fields by default...

djangodjango-rest-frameworkdjango-serializer

Read More
Django parse data to model without storing...

pythondjangodjango-serializerpython-dataclassesdata-class

Read More
drf ModelViewset does not validate Unique Constraint failed when unique_together is used...

djangodjango-rest-frameworkdjango-serializerdjango-validationdjango-rest-viewsets

Read More
why the Django rest framework ModelSerializer. create and ModelSerializer.validate not working prope...

djangodjango-rest-frameworkdjango-serializer

Read More
Django Rest Framework How to update SerializerMethodField...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
POST with an ID and GET the nested object does not work in django at the same time in ModelSerialize...

pythondjangopostdjango-rest-frameworkdjango-serializer

Read More
Many to Many field and Nested Serializer in REST: Overwriting Nested serializer doesn't create n...

djangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
Does Django Rest Framework execute query for SerializerMethodField...

djangodjango-rest-frameworkdjango-serializerdrf-queryset

Read More
Django Rest Framework: Add hyperlink related field on sub model...

djangodjango-rest-frameworkdjango-serializerdjango-1.8

Read More
I am getting a None type for my request in serializer after Patch...

djangodjango-rest-frameworkdjango-serializer

Read More
Serializer is displaying id instead of field names with Foreignkey...

pythonjsondjangodjango-rest-frameworkdjango-serializer

Read More
How to validate and get nested serializer values in django rest framework?...

djangodjango-rest-frameworkdjango-serializer

Read More
How to handle a PATCH request for a nested Serializer?...

pythondjangoapidjango-rest-frameworkdjango-serializer

Read More
Serializes ManyToMany relations in Django Rest Framework...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
How to automatically generate a field based on the choice of a previous field...

djangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
how to post a model with a foreignkey using django rest framework with only one field?...

djangodjango-rest-frameworkdjango-serializerrest

Read More
Is it mandatory to use serializer in Django viewset?...

python-3.xdjangodjango-rest-frameworkdjango-serializer

Read More
How can I show specific users data into the serializer through django?...

pythondjangodjango-serializer

Read More
how to override returned serializer object that is returned with the response django rest framework ...

djangodjango-rest-frameworkdjango-viewsdjango-serializer

Read More
How to get data correctly from a django model to Django REST framework...

jsondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
Hide password field in GET but not POST in Django REST Framework where depth=1 in serializer...

pythondjangorestdjango-rest-frameworkdjango-serializer

Read More
DRF Serializer for Writable Nested JSON...

djangorestdjango-rest-frameworkdjango-serializer

Read More
How to update a User and its Profile in nested serializer using generic ListCreateAPIView?...

djangodjango-rest-frameworkdjango-viewsdjango-serializer

Read More
Serializing multiple levels in django...

djangodjango-modelsdjango-rest-frameworkdjango-serializer

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

pythondjangodjango-rest-frameworkdjango-serializer

Read More
BackNext