Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Delete method on Django Rest Framework ModelViewSet

Additional Serializer Fields in Django REST Framework 3

Django Rest Framework Without Database

Django Rest Framework 3.1 breaks pagination.PaginationSerializer

Django REST framework: type object X has no attribute 'get_extra_actions'

how to format time in django-rest-framework's serializer?

Django REST Framework - Define extra arguments using the @action decorator

django-rest-framework

Change default Django REST Framework home page title

Django/DRF - 405 Method not allowed on DELETE operation

serialize a datetime as an integer timestamp

Django DRY Model/Form/Serializer Validation

ModelViewSet - Update nested field

Django REST Framework : "This field is required." with required=False and unique_together

Paginate relationship in Django REST Framework?

Django REST framework: Can a nested object access its parent object's details in a List View?

django rest framework. raise_exception=True

Django rest framework api_view vs normal view

how overwrite Response class in django rest framework ( DRF )?

Django rest framework: override create() in ModelSerializer passing an extra parameter

How do you use the django-filter package with a list of parameters?