Search code examples
Django Rest Framework - How to make extra query before serializer.save...

djangodjango-rest-frameworkdjango-viewsdjango-serializerdjango-validation

Read More
django rest framweork: combine ValidationError from multiple validation...

djangodjango-rest-frameworkdjango-serializervalidationerror

Read More
serializer method to set the value of an attribute doesn't work in a post request. I am using Dj...

djangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
ImportError: cannot import name 'ArticleSerializer' from 'basics.serializers'...

pythondjangorestdjango-rest-frameworkdjango-serializer

Read More
error http status code must be an integer,...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
DRF : Getting nestted serializer fields for custom checks...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
Need Serialize a custom filed AVG notes for my API in Django...

djangodjango-modelsdjango-viewsaggregate-functionsdjango-serializer

Read More
How to change "This field is required" error message for a DjangoRestFramework serializer?...

djangodjango-rest-frameworkdjango-serializer

Read More
Django REST Framework Serializer: Can't import model...

pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
Reverse Foriegn Key in Django Serializers...

djangodjango-modelsserializationdjango-rest-frameworkdjango-serializer

Read More
How to save a nested object in separate models in Django?...

pythondjangodjango-modelsserializationdjango-serializer

Read More
Django rest framework: many to many through model write-able...

djangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
Is there a way to dynamically specify a queryset for nested relationship (nested serializer class) i...

djangodjango-rest-frameworkdjango-serializerdjango-rest-viewsets

Read More
How to deserialize a serialized queryset in Django?...

pythondjangodjango-viewsdjango-serializerdjango-sessions

Read More
How to add middle IDs in third table with ManyToManyField in Django when using Serialaizer?...

pythondjangomodeldjango-serializermanytomanyfield

Read More
Django REST Framework - Get reversed value of boolean field in serializer...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
Django Serializer from ManyToManyField using through...

djangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
How do I retain my `profile_pic` when I update other fields in my Profile model in django?...

djangodjango-modelsdjango-rest-frameworkdjango-serializer

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

django-rest-frameworkforeign-keysdjango-generic-viewsdjango-serializer

Read More
Filter by fields from foreignKey relationships...

djangodjango-rest-frameworkdjango-viewsdjango-serializerdjango-filter

Read More
Django Rest Framework - how to create custom error messages for all ModelSerializer fields?...

djangovalidationerror-handlingdjango-rest-frameworkdjango-serializer

Read More
Get number of objects in serializer where foreign key field is x...

djangodjango-modelsdjango-rest-frameworkdjango-viewsdjango-serializer

Read More
Understanding the requirement for the related field to provide a queryset...

djangodjango-rest-frameworkdjango-serializer

Read More
django rest framework serializer method field how to...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
django rest framework create method serializer...

djangoserializationdjango-rest-frameworkdjango-serializer

Read More
Use same serializer class but with different action in a view in Django rest framework...

djangoapidjango-rest-frameworkprimary-keydjango-serializer

Read More
AttributeError when attempting to get a value for field on serializer...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
How to auto populate a read-only serializer field in django rest framework?...

pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
How to assign a logged in user automatically to a post In Django Rest framework?...

pythondjangodjango-rest-frameworkdjango-serializer

Read More
TypeError: Object of type ManyRelatedManager is not JSON serializable in django rest framework...

djangoapidjango-rest-frameworkprimary-keydjango-serializer

Read More
BackNext