Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django REST Framework: when to create a hyperlinked resource and when nested resource? How to POST a nested resource?

Django Rest Framework - return user id and token after registration

django-rest-framework: Setting up serializer for foreign key

Canonical way to do bulk create in django-rest-framework 3.x?

reverse on @list_route with custom url_path

Django REST: Unsupported media type 'application/xml' in request

Django Rest Framework Batch Create

ImportError: No module named rest_framework.authtoken

Django REST framework: Create/Update object using Related Field

Extend user model Django REST framework 3.x.x

DjangoRestFramework ModelSerializer DateTimeField only converting to current timezone at object creation

How to capture the Model.DoesNotExist exception in Django rest framework?

Django Rest Framework - The submitted data was not a file. Check the encoding type on the form

Django-REST framework restore_object attrs parameters

A Test to Support Both JSON and File Multipart Uploads in DRF

How can I clear an image with Django Rest Framework?

Invalid data. Expected a dictionary, but got str error with serializer field in Django Rest Framework

How to run tests django rest framework tests?

what's different about list_route and detail_route in django-rest-framework?

django-rest-framework

DRF: Retrieve outer input data from nested serializer validate method