Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

django-rest-framework - What is the equivalent of "perform_create" in APIView

Custom unauthorized error response in DRF

Why is DRF browsable API running permission checks on multiple request types for every actual request?

Multiple Authentication classes Django doesn't try all the classes, fails at first

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