Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

How to Perform a Delete operation in Django rest Framework?

DRF ListSerializer and ListField

How to validate child serializer that requires data from parent in django rest framework nested serializer?

Django Rest Framework: How to ignore 'unique' primary key constraint when validating a serializer?

Djongo mapper issue with mongo_aggregate()

How to properly test Django API ListView with PyTest?

Will it hurt performance if each view class is moved to a separate .py file?

Django REST Framework validate slug field

How can one return 400 status code with DRF APIView get method and ModelSerializer?

Django rest framework serializer with field from related table

Getting Multiple Objects using Django rest_framework RetrieveAPIView

django jwt generate token if email confirmed

Validate specific field in DRF serializer

How to do arthmetic on Django 'F' types?

How to add search parameters to GET request in Django REST Framework?

how to save foreign keys using django-rest-framework

django rest Error - AttributeError: module 'collections' has no attribute 'MutableMapping'

DRF validation - returns error 500 when error in Model.clean

Custom token generation with Django rest framework