Search code examples
BooleanField in ModelSerializer...

djangodjango-modelsdjango-rest-frameworkdjango-serializerpython-django-storages

Read More
How to update PrimaryKeyRelatedField field of a nested relation? / Allow to GET a full object but PO...

djangodjango-rest-frameworkdjango-serializer

Read More
How to send the data from @property field to database tables in Django...

djangopostgresqldjango-modelsdjango-rest-frameworkdjango-serializer

Read More
Django Rest Framework: Count Number of Objects with multiple ManyToManyField values...

pythondjangodjango-rest-frameworkdjango-serializermanytomanyfield

Read More
Why the payload is not valid. serializers.ModelSerializer | Where is problem ? | Django | views...

djangodjango-modelsdjango-rest-frameworkdjango-viewsdjango-serializer

Read More
How to change the field name of Serialzed User Model on frontend in Django Rest Framework?...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
Django Rest Framework invalid serializer data, can not figure out why...

pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
DRF display nested JSON...

pythondjangodjango-rest-frameworkdjango-viewsdjango-serializer

Read More
Django authentication serializer...

pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
How to display multiple photos via API...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
django: how to pass condition to .is_valid() without populating all serializers parameters...

pythondjangodjango-modelsdjango-viewsdjango-serializer

Read More
How to get MIME type of FileField in DRF and send to parameters?...

pythondjangodjango-rest-frameworkmime-typesdjango-serializer

Read More
How to update a many to many field in DRF...

pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
Getting objects before validating data Django REST...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
How to serialize extra fields. Django-Rest-Framework...

pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
Django Rest API: Serializer won't show Foreign Key Field values...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
Serializing model queryset showing empty [OrderedDict()]...

pythondjangodjango-rest-frameworkdjango-viewsdjango-serializer

Read More
django-rest-framework custom user model login failed...

pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
Nested Serializers - how to access attrs from serializer's field during validate...

djangodjango-rest-frameworknesteddjango-serializer

Read More
Get rid of nested serialized data and make custom data format...

django-rest-frameworkdjango-serializer

Read More
exclude field from a nested serializer...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
How do I pass 'user_id' to CustomerSerializer?...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
how to create serializer for an enum field in django rest framework...

djangodjango-modelsdjango-rest-frameworkpython-3.6django-serializer

Read More
How to validade traverse attributes in DRF Serializer?...

pythondjangodjango-rest-frameworkdjango-viewsdjango-serializer

Read More
Django Rest Framework: Use URL parameter in serializer...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
django custom serializer field not working...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
{'user': ['This field is required.']} in django while making a post request from a p...

djangodjango-rest-frameworkdjango-viewsdjango-serializer

Read More
PrimaryKeyRelatedField does not serialize the object...

djangodjango-serializer

Read More
How do we add and save additional parameters to a serializer object in django rest framework?...

djangodjango-rest-frameworkdjango-viewsdjango-authenticationdjango-serializer

Read More
How to filter django queryset based on hours range?...

pythondjangodjango-rest-frameworkdjango-viewsdjango-serializer

Read More
BackNext