Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django REST POST and GET different throttle scopes

django-rest-framework

DRF Object of type 'User' is not JSON serializable

Serialize model fields into nested object/dict

Django Rest Framework override viewset list() method without loosing filter_backends functionality

Authentication credentials were not provided. when deployed to AWS

Django 2.x drf-yasg how to create API in a custom method (like in swagger)

Reverse for 'openapi-schema' not found. 'openapi-schema' is not a valid view function or pattern name

Custom Grouping on OpenAPI endpoints with Django Rest Framework

How to lock out IP addresses after too many authentication failures?

django-rest-framework

How can I use OrderingFilter along with other Filterset filtering on a model

Allow empty list in serializers.ListField

Django Rest Framework restrict user data view to admins & the very own user

AttributeError: module 'django.contrib.auth.views' has no attribute 'login'

Original exception text was: 'QuerySet' object has no attribute 'weight'

django-rest-framework

ImportError: Could not import 'rest_framework_simplejwt.authentication.JWTAuthentication'

How to pass more than one variables to modelViewSet in django rest framework?

Is it correct to use a ViewSet and the APIView mixins on the same view in Django REST Framework?

See object changes in post_save in django rest framework

Django Rest Framework: how to set a custom name form non_field_errors?

Django 'WSGIRequest' object has no attribute 'data'