Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Implement roles in django rest framework

Django Rest Framework Nested Serializers

Compressing the response payload in Django REST?

Django Rest Framework - Serializer Method field

Serializer Equivalent of clean for django forms in rest framework Serializers

Django Rest Framework model serializer: Set all fields to read only except one

Django Rest Framework avoid authentication JWT

Negation or exclude filter in Django REST Framework

Django REST framework: AttributeError: Serializer object has no attribute 'Meta'

django-rest-auth custom registration fails to save extra fields

django rest framework find url kwarg in APIView

django-rest-framework

Django Rest Framework how to disable authentication and authorization

Serialization of parent model including child models

<django.db.models.fields.related.RelatedManager object at 0x7ff4e003d1d0> is not JSON serializable

How I can create a PointField using an api?

Overriding Djangorest ViewSets Delete Behavior

django rest framework get data from foreign key relation

Authentication in Django rest framework function based views

How can the foreign field shows the name instead of its id?

Serialize Objects with One-to-One Relationship Django