Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

with drf-yasg, how to supply patterns?

Django MPTT efficiently serializing relational data with DRF

Django Rest Framework JWT

How to use different Django Rest Framework serializers for the same request in Generic Views?

DRF Custom permission

DRF - is it possible to combine multiple filter parameters in the URL with some kind of OR logical symbol

How to use one to many models in Django rest framework

how to filter nested related django objects

Filtering Django REST framework using IN operator

Django Rest Framework - Updating a model using model.ModelViewSet

Django primarykey serializer "This field may not be null" while allow_null=True

Django Angular cors error: access-control-allow-origin not allowed

Django Rest Framework serializer create() doesn't get triggered

Getting Bad Request 400 when sending data to django rest framework through axios

DJango filter_queryset

How to serialize hierarchical relationship in Django REST

How can I catch a database error in django rest framework?

How to filter serializers.SlugRelatedField queryset using model field

Django rest framework serializer return a list instead of json

Append "_id" to foreign key fields in Django Rest Framework