Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django Rest Framework - Check/manipulate data (by some logic) before saving to database

django-rest-framework

How to use arguments for a custom view in a ModelViewSet

Customize Error Message When Permission Check Fails

How to enable @cache_page for some of the Django Rest Framework views?

Django REST Serializer doing N+1 database calls for multiple nested relationship, 3 levels

Use model method as default value for Django Model?

UpdateAPIView not working: Method "PATCH" not allowed

Django model unique_together on primary key and unique constraints

Django rest-framework creating a view without model

How to fix UnicodeDecodeError in Django REST Framework?

Django Rest Framework - Loading fixtures in an APITestCase?

Django-Rest-Framework: How to post to foreignkey field using request.user for logged in user

Why does SessionAuthentication in Django REST Framework Never Return HTTP401

BitField serialization using Django REST Framework

Django Rest Framework - Create without providing a foreign key value

Django Rest Framework requesting authentication on AllowAny setting

How to deserialize nested objects with Django Rest Framework

Overriding Django-Rest-Framework serializer is_valid method

Django-rest-framework update foreign key from id

django-rest-framework

How do you use pagination in a Django REST framework ViewSet subclass?