Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django Rest framework keeps returning error on nested relationship

Push Notification in DRF

'RelatedManager' object has no attribute 'pk' in DRF Serializer

Django Rest Framework – Custom Hyperlink field in serializer

OAuth2: authenticate with email instead of username

How to add an url field to a serializer with Django Rest Framework

updating user profile using django rest framework api

Serializing a generic relation in django-rest-framework

coreapi must be installed to use 'get_schema_fields()'

How to write a custom serializer?

Django restframework, extra_kwargs not working

What is the best way to test drf serializer validate

Django decorator @transaction.non_atomic_requests not working in a ViewSet method

How to return a single object with Django-Rest-Framework

How can i have two models in one serializer in django

AttributeError : 'NoneType' object has no attribute '_meta'

Django REST Framework - query limit on nested serializer?

django rest framework - cannot get the class based view right

How to do a PUT (partial update) using generics in Django-Rest-Framework?

How to work with django-rest-framework in the templates