Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

django-oauth2-provider with custom user model?

rest-framework "get() missing 1 required positional argument"

How to obtain a token for a user with payload using Django Simple JWT

I am getting this error rest_framework.request.WrappedAttributeError

Django REST Framework validation error: 'Enter a valid URL.'

django rest framework list update api view

Django rest framework: How to change error response format globally

How to include related resource with Django Rest Framework JSON API?

Serializer for JSONField nested representation

Django Rest framework swagger base url

Modifying a Django Rest Framework Request

Passing a cursor to a Serializer in django-rest-framework?

How to override POST method for bulk adding - Django Rest Framework

DRF show different fields on 'list' and 'get_object' [duplicate]

how to set authentication and permission only on PUT requests in django REST in viewsets?

Django REST Swagger hiding ModelViewSet with permission_classes=[IsAuthenticated]

What is the proper process for validating and saving data with with Django/Django Rest Framework regardless the data source?

DRF, add custom field to ModelSerializer

Django - combining two models serializer into one JSON response

How to change format of a duration field value in serializer?