Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

the queryset attribute of django REST api generic views

Django Rest Framework: DRYer pagination for custom actions

Django ArrayAgg - filtering annotated array

FileNotFoundError: [WinError 3] The system cannot find the path specified: ''

Serializer - Including extra context in Django Rest Framework 3 not working

django-rest-framework

Django Rest Framework - how to pass kwargs to model.save()?

different queryset based on permissions in Django Rest Framework

Proper usage of viewset queryset

I want to add a location field in django model which take location input by putting lattitude and longitude

Openapi - duplicate operationID and extra parameter

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