Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

How to append extra data to the existing serializer in django

Django rest framework create-only serializer field

django-rest-framwork got AttributeError when attempting to get a value for field

'WSGIRequest' object has no attribute 'data'

DRF: how to integrate django-rest-framework-jwt to Djoser

Django Rest Framework - Create foreign key object on POST

Django Rest Framework SerializerMethodField Pass Extra Argument

How to add authentication token in header of `APIClient` in `django rest_framework test`

Adding field that isn't in model to serializer in Django REST framework

I don't understand how Django-Rest-Framework serializers work

Monitoring django rest framework api on production server

DRF: Validate nested serializer data when creating, but not when updating

Django. ''The `actions` argument must be provided when calling `.as_view()` '' when I try to allow DELETE, PUT, ETC

Django update without required fields

django rest add data to serializer when saving

django-rest-framework - POST Request returns "Method \"GET\" not allowed."

How to Serialize generic foreign key In DRF

Permission checks in DRF viewsets are not working right

How to return id after saving a record django rest frwamework

Django Rest Framework use DjangoModelPermissions on ListAPIView