Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

DRF create object with nested serializers and foreign keys

Is it a good practice to override list() in Django Rest Framework?

django-rest-framework

Django DRF, how to properly register custom URL patterns with DRF actions

Should I write two different serializers for requests POST and GET?

Django Rest Framework: Adding a custom field to a paginated ViewSet

how to exclude fields that are in one depth level with DRF?

Assertation Error, You passed a Serializer instance as data, but probably meant to pass serialized `.data` or `.error`. representation

Django -does apps in django called as micro services?

How to create and serialize an unmanaged model Django

Can I use prefetch_related to cache filtered querysets?

Consuming Django Rest Api in the same project

Serialize Many to Many Relationship with Extra fields

How to get changed_fields in Django REST Framework Serializers during update?

How can I filter multiple query parameters with same key in Django?

Django rest framework - cant serialize query set

Return appropriate error for unactivated users in Djoser

Call DRF ViewSet via Celery task

Is there a way to filter out items from RelatedManager in a ModelViewSet?