Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django Rest Framework - passing Model data through a function, then posting output in a separate field in the same model

Django Serializer Nested Creation: How to avoid N+1 queries on relations

drf-spectacular is using the wrong AutoSchema to generate Swagger

How to deal with a front-end that does not share the same domain in Django

djangorestframework browsable api: how to show all available endpoints urls?

Django, Djoser social auth : State could not be found in server-side session data. status_code 400

Client for django rest framework?

Django-rest-framework, nested objects in Serializers

Check object permission before create in Django rest framework

Django ManyToMany Validation Constraint

How can axios get the status code in .catch()?

Json schema django rest framework, describe json field as json and not as string

Serializer Dealing with nested objects

CSRF error when using rest_framework.authtoken.views.obtain._auth_token

Django Rest Framework : How to initialise & use custom exception handler?

valid UUID is not a valid UUID

prefetch_related does not work for SerializerMethodField in django REST framework serializer

Serializing Many To Many intermediate table in Django Rest Framework

No difference between PUT and PATCH in Django REST Framework

Generate schema for Django rest framework viewset actions