Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django REST Framework validate slug field

How can one return 400 status code with DRF APIView get method and ModelSerializer?

Django rest framework serializer with field from related table

Getting Multiple Objects using Django rest_framework RetrieveAPIView

django jwt generate token if email confirmed

Validate specific field in DRF serializer

How to do arthmetic on Django 'F' types?

How to add search parameters to GET request in Django REST Framework?

how to save foreign keys using django-rest-framework

django rest Error - AttributeError: module 'collections' has no attribute 'MutableMapping'

DRF validation - returns error 500 when error in Model.clean

Custom token generation with Django rest framework

Create a custom authentication

DRF, use method for read, and field for write

django-rest-framework

Custom Exceptions with Django Rest Framework

How to generate a schema for a custom pagination in django rfw with drf-spectacular?

DRF Response content-type set to None during tests

GIS - Can i have multple geo_fields (point, polygon, line) in 1 model and then serialize with DRF?