Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

How to return a list of objects with an extra field in Json (Django Rest Framework)

Custom Django Rest Framework Serializer Field not running `to_representation()` if value is null

Difference between content_type=application/json and format=json in DRF APIClient

AttributeError: module 'rest_framework.serializers' has no attribute 'NullBooleanField'

Django Rest framework serializer exclude foreign key with depth 2

posting date in dd-mm-YYYY format in django rest framework

Django Rest Framework, TypeError: __init__() takes 1 positional argument but 2 were given

TypeError: manager_method() argument after ** must be a mapping, not str

DRF: Serializer Group By Model Field

User authentication with Django and NextJS

Django rest framework drf-yasg swagger multiple file upload error for ListField serializer

Delete Member of Many To Many Relationship Django Rest Framework

Django Serializer from ManyToManyField using through

Context Aware Browsable API Rendering in Django REST

Django Rest Framework - how to get only one field from related models set

django rest framework request vs self.request