Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django REST Framework - Serializing optional fields

AttributeError while using Django Rest Framework with serializers

Turn off automatic pagination of Django Rest Framework ModelViewSet

Circular dependency in Django Rest Framework serializers

Using Django Rest Framework, how can I upload a file AND send a JSON payload?

Adding extra data to Django Rest Framework results for entire result set

django rest framework - token authentication logout

Django Rest Framework ImageField

Django and Middleware which uses request.user is always Anonymous

Dynamically exclude or include a field in Django REST framework serializer

Filtering against query param

How to display all model fields with ModelSerializer?

Django viewset has not attribute 'get_extra_actions'

context in nested serializers django rest framework

Django Test Client Method Override Header

Django Rest Framework POST Update if existing or create

Django Python rest framework, No 'Access-Control-Allow-Origin' header is present on the requested resource in chrome, works in firefox

how to reverse the URL of a ViewSet's custom action in django restframework

Django testing rest-framework: APIRequestFactory vs APIClient

django rest framework: set field-level error from serializer validate() method