Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

How to sort values of serializer custom field in DRF

Django Rest Framework - conditionally make serializer's field required or not using other field value

How to change key of lookup kwargs field in RetrieveAPIView in Django REST Framework?

Pagination not working in DRF APIView

django rest framework doesn't accept blob picture file (File extension “” is not allowed)

How to update with SerializerMethodField in Django Rest Framework

Django rest framework - ValidationError raised in models' save method. How to pass error to http response

How to post nested arrays in Django REST Framework with Postman form-data?

Accounts activation with Djoser and Django Rest Framework

How to filter reverse foreign key with more one conditions by prefetch_related in Django

__init__() missing 1 required positional argument: 'model_field'

Django DRF permissions on create related objects

"error": "invalid_client" django-oauth-toolkit

How to get URL Id inside serializers create method?

Django Rest Framework: Use URL parameter in serializer

How do I debug enabling CORS on my Django REST api

Djoser use a different domain in emails

How to return list of ID-s with Django Rest framework serializer?

Django trying to save object with existing primary key

`lookup_field` doesn't work on `ListAPIView`