Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

How to use login_required in django rest view

Django Rest Framework model serializer with out unique together validation

ArrayField in serializer

DRF: custom ordering on related serializers

FileUploadParser doesn't get the file name

Django-Rest-Framework serializer class meta

Django REST -- How to "modify" value before returning the REST response?

Returning custom message when a permission is denied in DRF

Appropriate choice of authentication class for python REST API used by web app

Pagination in Django-Rest-Framework using API-View

Filtering using viewsets in django rest framework

Django REST framework foreign keys and filtering

Django rest framework - self.context doesn't have request attribute

DRF testing: instead of JSON an OrderedDict is returned

Django REST Framework: raise error when extra fields are present on POST

django rest framework create nested objects "Models" by POST

Django-Rest-Framework 3.0 Field name '<field>' is not valid for model `ModelBase`

django-rest-framework + django-polymorphic ModelSerialization

Django Rest Framework - Read nested data, write integer

How can i access QueryString values in Serializer Django Rest Framework