Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

django-rest-framework returning 403 response on POST, PUT, DELETE despite AllowAny permissions

Could not import 'oauth2_provider.ext.rest_framework.OAuth2Authentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'

How can I set default value in serializers?

Django rest framework: Obtain auth token using email instead username

How to use router in Django REST not for viewsets, but for generic views?

django-rest-framework

How to POST Model with Many to Many through in Django REST

Django REST Framework Swagger 2.0

How to describe parameters in DRF Docs

How can I get the parent object in Django Rest Framework serializer

django - "Incorrect type. Expected pk value, received str" error

Django Oauth Toolkit Application Settings

Get value of another field in Field level Validation in DRF

How to use login_required in django rest view

Django Rest Framework model serializer with out unique together validation

ArrayField in serializer

DRF: custom ordering on related serializers

FileUploadParser doesn't get the file name

Django-Rest-Framework serializer class meta

Django REST -- How to "modify" value before returning the REST response?

Returning custom message when a permission is denied in DRF