Search code examples
TypeError: update() takes 2 positional arguments but 3 were given : Python...

pythondjangodjango-rest-framework

Read More
DjangoRestFramework - Possible to allow certain requests only if request.user is viewing his own Use...

djangodjango-rest-framework

Read More
Creating foreign fields in Django right after the object creation...

djangodjango-rest-framework

Read More
Signals.py file not being recognized in django...

pythondjangodjango-rest-frameworkdjango-viewsdjango-signals

Read More
How do I rename image that I uploaded through Django Rest Framework...

pythondjangodjango-modelsdjango-rest-frameworkimagefield

Read More
Django REST API Form Showing "Content" Only...

djangodjango-rest-framework

Read More
How to remove put method in RetrieveUpdateAPIView from drf-spectacular API documentation?...

djangodjango-rest-frameworkdrf-yasg

Read More
How to retrieve Django Post parameters...

djangodjango-rest-frameworkdjango-templatesfetch-api

Read More
Chaninig permissions in Django REST Framework ViewSet...

pythondjangodjango-rest-framework

Read More
django rest framework return file...

pythondjangodjango-rest-framework

Read More
How to show request body using django rest framework and drf_spectacular in function based views...

djangodjango-rest-frameworkdjango-viewsswaggerdrf-spectacular

Read More
How to show required request body using django rest framework + drf_spectacular + swagger...

pythondjangodjango-rest-frameworkswagger-uidrf-spectacular

Read More
Common JSON Format for Django Rest Framework responses for Android client...

androidjsondjangomobiledjango-rest-framework

Read More
Is there a better way to update all relation rows with `ForegnKey` relation in `Django ORM`...

pythondjangodjango-modelsdjango-rest-frameworkdjango-serializer

Read More
React Django REST framework session is not persisting/working...

djangoreactjsdjango-rest-frameworkaxios

Read More
Can we use post_save signals in apps.py?...

pythonpython-3.xdjangodjango-modelsdjango-rest-framework

Read More
What's the appropriate HTTP status code to return if a user tries logging in with an incorrect u...

validationrestdjango-rest-frameworkrestful-authenticationhttp-status-codes

Read More
Using Django Rest Framework's browsable API with APIViews?...

django-rest-framework

Read More
Advice on using patch file in django for installed library...

pythondjangodjango-rest-framework

Read More
Django: how to create a unique instance of one model as a field in another model...

pythondjangodjango-modelsdjango-rest-framework

Read More
How to restrict so that the author of the post can only see and edit his posts...

python-3.xdjangodjango-rest-frameworkdjango-viewsdjango-rest-framework-permissions

Read More
Django DRF deosn't deserialize json...

pythondjangoserializationdjango-rest-frameworkdeserialization

Read More
DRF - Creating new object on POST with reference to existing object...

django-rest-framework

Read More
Getting nested models fields. Serializer error. Object of type QuerySet is not JSON serializable...

pythondjangodjango-rest-framework

Read More
Django Update on UniqueConstraint...

pythondjangodjango-rest-framework

Read More
Django Rest Framework - ListCreateAPIView - How to filter + aggregate + create multiple objects insi...

python-3.xdjangodjango-modelsdjango-rest-frameworkdjango-views

Read More
Caching Django Rest Framework function-based view causes permission classes to be ignored...

pythondjangodjango-rest-framework

Read More
DRF APIClient Delete data arrives in request.data, not request.query_params...

djangodjango-rest-frameworkpytest

Read More
Django REST Framework 401 error with valid credentials...

djangodjango-rest-framework

Read More
Forbidden (CSRF cookie not set.) when trying to connect from a desktop app...

pythondjangodjango-rest-frameworkdjango-csrfcsrf-token

Read More
BackNext