Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

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'

confusion when to use viewsets.Viewset and viewsets.ModelViewSet in django

DRF Viewset remove permission for detail route

django rest framework permission 'isAdminorReadonly'

Convert JSON list of integers to String in Django Rest Framework

How to store the user in a session

Django request data returns str instead of list

Django REST Framework filter multiple fields