Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

InvalidOperation at /orders/ [<class 'decimal.ConversionSyntax'>]

Easy Thumbnail with Django raising access denied error

How to pass ForeignKey in dict to create Model object. Django

Django and CSRF protection for mobile apps

How to ensure at least one of the Fields is not blank in Serializer?

Rest Framework Django - Disable field to accept null values

queryset value for SlugRelatedField when unique_together applies in django-rest

How to make ImageField returns relative path?

Django Rest-Framework nested serializer for POST

How to have list of strings in Django REST framework model using MongoDB

How to add custom user fields of dj_rest_auth package

DRF Serializer Nested Field for User Creation

django rest change json response design

'is_superuser' is an invalid keyword argument for this function

Disable pagination when not requesting any page in djangorestframework

django-rest-framework

Pagination in django rest, ListAPIView

DRF: What is the difference between serializer.save() in views.py vs instance.save() in serializers.py