Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

how to add annotate data in django-rest-framework queryset responses?

405 POST method not allowed

Django Rest Framework writable nested serializers

How to PATCH a single field using Django Rest Framework?

Serializing a list of objects with django-rest-framework

Django Rest Framework - Get related model field in serializer

Django REST Framework viewset per-action permissions

Why does Django Rest Framework discourage model level validation?

Add a non-model field on a ModelSerializer in DRF 3

Editing django-rest-framework serializer object before save

Bad Django / uwsgi performance

Order of Serializer Validation in Django REST Framework

How to programmatically call a Django Rest Framework view within another view?

How to make a PATCH request using DJANGO REST framework

Django Rest Framework: Access item detail by slug instead of ID

Get current user in Model Serializer

base_name argument not specified, and could not automatically determine the name from the viewset, as it does not have a .queryset attribute

Django Rest Framework, passing parameters with GET request, classed based views

How do you authenticate a websocket with token authentication on django channels?

generics vs viewset in django rest framework, how to prefer which one to use?