Search code examples
Why does my Blog API CustomUser have an error when sending request for a CustomUser detail?...


pythondjangodjango-rest-frameworkdjango-rest-viewsetsdjango-custom-user

Read More
Using http methods with django rest framework...


javascriptpythondjango-rest-frameworkdjango-rest-viewsets

Read More
CSRF Failed: Origin checking failed - http://localhost:8000/ does not match any trusted origins...


djangopermissionscsrfcsrf-tokendjango-rest-viewsets

Read More
Django Rest Framework Filtering an object in get_queryset method...


djangodjango-rest-frameworkdjango-rest-viewsets

Read More
Overwrite django rest response for return only pk...


pythondjangodjango-rest-frameworkdjango-rest-viewsets

Read More
Django restframework user email already exists error...


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

Read More
Using ViewSet, Generics and Mixin together in Django REST Framework...


pythondjango-rest-frameworkdjango-rest-viewsets

Read More
DRF requires the user to be logged in to use login_user api...


python-3.xdjangodjango-rest-frameworkdjango-rest-viewsets

Read More
Redirect to ViewSet list view from update causes PUT method not allowed...


django-rest-frameworkdjango-rest-viewsetshtmx

Read More
Object of type CharField is not JSON serializable problem...


pythondjango-rest-frameworkdjango-rest-viewsets

Read More
How to filter models by currently authenticated user using ModelViewSet in DRF...


djangodjango-rest-frameworkdjango-serializerdjango-filterdjango-rest-viewsets

Read More
DRF prefetch related still causing N+1 queries...


djangopostgresqlperformancedjango-rest-frameworkdjango-rest-viewsets

Read More
Why serializer data isn't displayed by foreign key in view?...


djangodjango-rest-frameworkdjango-viewsdjango-rest-viewsets

Read More
Django - BaseSerializer.is_valid() missing 1 required positional argument: 'self'...


djangodjango-rest-frameworkdjango-serializerdjango-rest-viewsets

Read More
How can I serialize a list of objects and return the object if validated?...


jsondjangovalidationserializationdjango-rest-viewsets

Read More
Why am I getting a TypeError when passing HTTP method dictionaries to Django REST Framework's as...


djangodjango-rest-frameworkdjango-viewsdjango-rest-viewsets

Read More
How to serialize the foreign key field in django rest framework...


djangodjango-rest-frameworkdjango-serializerdjango-rest-viewsetsdrf-queryset

Read More
'CityListViewSet' should either include a `serializer_class` attribute, or override the `get...


pythondjango-rest-frameworkassertiondjango-rest-viewsets

Read More
rest_framework returns Not found on url users/1/...


python-3.xdjango-rest-frameworkdjango-rest-viewsets

Read More
Filter on multiple values in Django Rest Framework...


django-rest-frameworkfilteringdjango-rest-viewsets

Read More
Calling a DRF View from another View...


djangodjango-rest-frameworkdjango-viewsdjango-rest-viewsets

Read More
Why does a retrieve request end up calling `get_queryset( )`?...


pythondjango-rest-frameworkdjango-viewsdjango-rest-viewsets

Read More
How do I specify a custom lookup field for a DRF action on a viewset?...


pythondjangodjango-rest-frameworkdjango-rest-viewsets

Read More
pass a variable between multiple custom permission classes in drf...


pythondjangodjango-rest-frameworkdjango-rest-viewsets

Read More
How to create a statistics endpoint?...


pythonpython-3.xdjangodjango-rest-frameworkdjango-rest-viewsets

Read More
How to serialize data more efficiently in Django Rest Framework?...


pythondjangodjango-rest-frameworkdjango-querysetdjango-rest-viewsets

Read More
Manytomay field is None or can't call field in a view in django...


djangodjango-modelsviewmany-to-manydjango-rest-viewsets

Read More
Django REST Framework reverse() not finding match for router's "{basename}-detail"...


djangodjango-rest-frameworkdjango-urlsdjango-rest-viewsets

Read More
DRF: How to pass extra context data to serializers...


pythondjangoserializationdjango-rest-frameworkdjango-rest-viewsets

Read More
Can you get the request method in a DRF ModelViewSet?...


djangopostdjango-modelsdjango-rest-frameworkdjango-rest-viewsets

Read More
BackNext