Search code examples
Is there a way to use inheritance in django viewsets or do I have to rewrite the functions?...

django-rest-frameworkdjango-rest-viewsets

Read More
django-rest-framework: Adding bulk operation in a ModelViewSet...

pythondjangodjango-rest-frameworkdjango-rest-viewsets

Read More
Django DRF - using basic search filter to do an multiple OR search...

djangodjango-rest-frameworkdjango-rest-viewsets

Read More
Related resources on a nested URL in Django Rest Framework...

djangodjango-rest-frameworkdjango-rest-viewsets

Read More
Use serializer of model having foreign key to do CRUD on parent table in Django Rest Framework...

djangodjango-modelsdjango-rest-frameworkdjango-viewsdjango-rest-viewsets

Read More
How to properly return error when overriding .get_queryset()?...

django-rest-frameworkdjango-rest-viewsets

Read More
How to restrict users from creating a model that they don't have access to...

django-modelsdjango-rest-frameworkdjango-rest-viewsets

Read More
Is there a way I can get comments for only one specific article using Django rest framework?...

djangopython-3.xdjango-rest-frameworkdjango-rest-viewsets

Read More
router.register(), AttributeError: module 'rest_framework.views' has no attribute...

djangoapidjango-rest-frameworkdjango-rest-viewsets

Read More
CreateModelMixin TypeError: __init__() takes 1 positional argument but 2 were given...

djangodjango-rest-frameworkdjango-rest-viewsets

Read More
Django Rest API merging delete/get/update/get methond in two class...

djangodjango-rest-frameworkdjango-rest-viewsets

Read More
Django REST ViewSet ordering for Null-able columns...

pythondjangoserializationdjango-rest-frameworkdjango-rest-viewsets

Read More
How to implement Redis Cache with Django Rest Framework?...

redisdjango-rest-frameworkdjango-rest-viewsets

Read More
Is there a way to aggregate a field in Django Rest Framework that will have the summation of one fie...

djangodjango-rest-frameworkdjango-rest-viewsets

Read More
Django Rest Framework: Updating / creating multiple objects dynamically, without giving the pk...

pythondjangodjango-rest-frameworkdjango-viewsdjango-rest-viewsets

Read More
DRF Viewset - Do not create but return if object already exists...

djangodjango-rest-frameworkdjango-rest-viewsets

Read More
Django rest ModelViewSet multiple GET requests with different URLs...

djangodjango-rest-frameworkdjango-rest-viewsets

Read More
DRF : Generic way to inject additional info into request.data...

djangodjango-rest-frameworkdjango-rest-viewsets

Read More
How to get the relative path of files in the django ListAPIView?...

djangodjango-modelsdjango-rest-frameworkdjango-viewsdjango-rest-viewsets

Read More
when to map http methods to view methods django rest framework...

pythondjangourldjango-viewsdjango-rest-viewsets

Read More
How to add user in perform_create viewset (django rest framework)?...

django-rest-frameworkdjango-serializerdjango-rest-viewsetsdjango-rest-framework-jwt

Read More
Best method to create an object with many to many field using Django RF API...

djangodjango-modelsdjango-rest-frameworkdjango-rest-viewsets

Read More
Register your Django router...

djangodjango-rest-frameworkdjango-rest-viewsets

Read More
Comparing instance of different models - Django REST Framework...

djangodjango-modelsdjango-rest-frameworkdjango-rest-viewsets

Read More
missing 1 required positional argument: 'request' django restframework...

djangodjango-rest-frameworkdjango-rest-viewsets

Read More
What determines what fields can be updated in DjangoRestFramework...

pythondjangodjango-rest-frameworkdjango-rest-viewsets

Read More
Django Rest Framework can't register route...

djangoroutesdjango-rest-frameworkdjango-rest-viewsets

Read More
Django-filters does not work with the Viewset...

pythondjangodjango-rest-frameworkdjango-filterdjango-rest-viewsets

Read More
DRF ViewSet Returns QuerySet With Empty Values...

djangodjango-rest-frameworkdjango-rest-viewsetsdrf-queryset

Read More
Django Rest change primarykey in URL to use custom key...

djangopython-3.xdjango-rest-frameworkdjango-rest-viewsets

Read More
BackNext