Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

DRF 3.6: How to document input parameters in APIView (for automatic doc generation)?

Django Rest Framework - How to nest several fields in a serializer?

Enumerating model choices in a Django Rest Framework serializer

Django rest framework: Get detail view using a field other than primary key integer id

Django - Annotate multiple fields from a Subquery

django rest framework , order_by a JSON from serializers.py file

How to make a field editable on create and read-only on update in Django REST framework

How to limit query results with Django Rest filters

Django-Rest-Framework AssertionError HTTPresponse Expected

Why do I get "CSRF cookie not set" when POST to Django REST framework?

Is there a way to use the browsable API for Django Rest Framework with Authtoken

Model Method from rest_framework modelSerializer

Django REST Framework - Set request in serializer test?

django-rest-swagger: How can I specify the parameter type in the docstring

How do i configure the django rest framework pagination url

Difference between JSONParser and JSONRenderer

Django @csrf_exempt not working in class View

Missing bootstrap resources in Django-Rest-Framework

djangorestframework serializer errors: {u'non_field_errors': [u'No input provided']}

Django REST framework: save related models in ModelViewSet