Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django REST framework + angular, autmatically appending backed errors to the DOM

Is it a good practice to have one RESTful resource for each database table?

Overriding Django REST Frameworks update method to save the nested serializers

Fill in missing data from Queryset Django

How to Perform a Delete operation in Django rest Framework?

DRF ListSerializer and ListField

How to validate child serializer that requires data from parent in django rest framework nested serializer?

Django Rest Framework: How to ignore 'unique' primary key constraint when validating a serializer?

Djongo mapper issue with mongo_aggregate()

How to properly test Django API ListView with PyTest?

Will it hurt performance if each view class is moved to a separate .py file?

Django REST Framework validate slug field

How can one return 400 status code with DRF APIView get method and ModelSerializer?

Django rest framework serializer with field from related table

Getting Multiple Objects using Django rest_framework RetrieveAPIView

django jwt generate token if email confirmed

Validate specific field in DRF serializer

How to do arthmetic on Django 'F' types?