Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

django rest framework jwt authentication with email and password

DRF APIView move request validation to dispatch method using request.data

Implementing Tags using Django rest framework

Async in django rest framework

Getting "AssertionError: duplicate Parameters found" when I hit /swagger url

DRF - from django.conf.urls import url in Django 4.0

django rest nested relation in post/put

How to get APIViews and ViewSets to show on API Root when using Router with Django REST Framework?

Django Rest Framework: Nested Serializers with FileField/ImageField

django-rest-framework

Save a many-to-many model in Django/REST?

Django REST framework: nested relationship: non_field_errors

Disable creating nested objects in django rest framework

Django Rest Framework, can I use ViewSet to generate a json from django view function?

tools to convert jsonschema into Django REST serializisers?

GenericRelatedObjectManager not JSON serializable

DjangoRestFramework - How to access other fields of a OneToOneField reverse relationship using a model serializer?

Django REST Framework caching bug

How to use the django-rest-framework-social-oauth2 with facebook Oauth2?

How to store a Foreign Key Field in django rest framework?

Testing Django Rest Framework Serializers with pytest