New posts in django-rest-framework

Django: TemplateDoesNotExist (rest_framework/api.html)

Django rest framework serializing many to many field

Optimizing database queries in Django REST framework

How do I create multiple model instances with Django Rest Framework?

ModelSerializer using model property

What's the appropriate HTTP status code to return if a user tries logging in with an incorrect username / password, but correct format?

Create URL for detailview using DRF Modelviewset

TemplateDoesNotExist - Django Error

How to change field name in Django REST Framework

Retrieving a Foreign Key value with django-rest-framework serializers

Django Rest Framework: Dynamically return subset of fields

DRF - Checking for a concrete unique constraint violation when creating and/or validating an object

not getting fetch data from OneToOneFiled in Django Rest Framework

Django rest framework nested self-referential objects

OperationalError, no such column. Django

Django Rest Framework - Authentication credentials were not provided

When to use Serializer's create() and ModelViewset's perform_create()

django.db.migrations.exceptions.InconsistentMigrationHistory

Include intermediary (through model) in responses in Django Rest Framework

Token Authentication for RESTful API: should the token be periodically changed?