Search code examples
Django serializer is not validating or saving data...

pythondjangodjango-rest-framework

Read More
If POST requests are csrf protected by default What is the purpose of using @method_decorator(csrf_p...

pythondjangodjango-rest-frameworkdjango-views

Read More
Store client IP on model on requests in Django restframework...

pythondjangodjango-rest-framework

Read More
How to get attribute of a foreign key inside serializer in Django REST framework?...

pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
DLL load failed while importing _rust: The specified procedure could not be found...

djangorestdjango-rest-frameworkdllpostman

Read More
JWT authentication not working in django rest framework...

djangoauthenticationdjango-rest-frameworkjwt

Read More
DRF serializer parsing comma-delimited string into a list field...

pythondjangodjango-rest-framework

Read More
How do I wrap all metadata into a "meta" property?...

djangodjango-rest-framework

Read More
ImportError: No module named django_extensions...

pythondjangodjango-rest-frameworkdjango-extensions

Read More
Calling the create method of a ModelViewSet from another ModelViewSet...

djangodjango-rest-framework

Read More
Field Validator not getting called in Model Serializer...

pythonpython-3.xdjangoserializationdjango-rest-framework

Read More
What are the benefits of the Django Rest Framework compared to JsonResponse?...

djangorestdjango-rest-framework

Read More
'InnerDoc' object has no attribute 'pk'...

pythondjangoelasticsearchdjango-rest-framework

Read More
Should I use Django or Django Rest Framework, if I want to create a frontend in Vue.js?...

djangovue.jsdjango-rest-framework

Read More
Django Rest Framework APIClient login is not working...

djangodjango-rest-frameworkbasic-authentication

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

pythondjangodjango-rest-frameworkdjango-rest-viewsets

Read More
Django | Serializer for Foreign Key...

pythondjangodjango-rest-framework

Read More
AssertionError when the serializer does not find an object in Django Login...

pythondjangodjango-rest-framework

Read More
How to revoke refresh token on password reset?...

djangodjango-rest-frameworkdjango-rest-framework-jwt

Read More
No output in serializermethodfield()...

djangodjango-rest-framework

Read More
How to filter a queryset by a many2many field...

pythondjangodjango-rest-frameworkdjango-queryset

Read More
Django Rest Framework bulk updates inserting instead of updating...

djangodjango-rest-framework

Read More
Django REST PATCH request field is required problem...

pythonhtmldjangodjango-rest-frameworkinsert-update

Read More
Why dropdown field is disappeared in Django Rest Framework when using custom serializer for a field?...

djangodjango-rest-frameworkdjango-serializer

Read More
TestCase writing for Django authenticated API View...

djangodjango-rest-frameworkdjango-testingdjango-tests

Read More
How to add filters in Django extra actions...

djangodjango-rest-frameworkdjango-filter

Read More
Design User class in Django...

djangodjango-modelsdjango-rest-framework

Read More
Can someone explain to me what "data = validated_data.copy()" means?...

djangoserializationdjango-rest-framework

Read More
What is the difference between django rest_framework "serializers.ValidationError" and &qu...

django-rest-framework

Read More
Django REST Framework a boolean/None value in the request is getting set to False...

djangodjango-rest-framework

Read More
BackNext