Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django REST Framework Serialization POST is slow

How can i use limit offset pagination for viewsets

drf-spectacular swagger authentication

How to configure ID parameters in django_rest_framework APIView

"Cannot resolve keyword 'created' into field" on new DRF list view

django rest framweork: combine ValidationError from multiple validation

Django rest filter custom fields

Django CORS issue: access-control-allow-origin is not allowed

Django Framework: Object does not display on web page for specific pk

KeyError on relation field in Django-REST

How to correctly set Allow header for a HTTP_405_METHOD_NOT_ALLOWED status code in Django REST framework

How to return a list of objects with an extra field in Json (Django Rest Framework)

Custom Django Rest Framework Serializer Field not running `to_representation()` if value is null

Difference between content_type=application/json and format=json in DRF APIClient

AttributeError: module 'rest_framework.serializers' has no attribute 'NullBooleanField'

Django Rest framework serializer exclude foreign key with depth 2

posting date in dd-mm-YYYY format in django rest framework

Django Rest Framework, TypeError: __init__() takes 1 positional argument but 2 were given

TypeError: manager_method() argument after ** must be a mapping, not str