New posts in django-serializer

making a retrieve api for a manytomany field

accessing 2 foreign key fields at the same time in django serializers

Editing django-rest-framework serializer object before save

AssertionError: `HyperlinkedIdentityField` requires the request in the serializer context

DRF Serializer - Accept field but don't use it in `create` or `update`

Django REST framework serializer without a model

'collections.OrderedDict' object has no attribute 'id'

Django ManyToMany | TypeError: Direct assignment to the forward side of a many-to-many set is prohibited. Use course_tags.set() instead

Django rest framework serializing many to many field

Create URL for detailview using DRF Modelviewset

not getting fetch data from OneToOneFiled in Django Rest Framework

How to implement registration and login logics as an API using ViewSet instead of generic views in Django Rest Framework