Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

'GenericRelatedObjectManager' is not JSON serializable

Include request data in Django Rest Framework custom exception handler response data

What is the recommended way to have CSRF protection in a Django Rest Framework + Angular application?

how to set foreignkey value in child serializer in django rest framework when the parent record exists

drf-spectacular not working when versioning is used (No operations defined in spec!)

Why is the difference between Serializer methods and View methods?

How can I pass additional args in as_view in Django REST framework

Add swagger description in comments

How can i Get foreign key's value instead of id , in django rest framework

DRF: router for ViewSet with a foreign-key lookup_field

AnonymousUser when logged with SimpleJWT

Get Authenticated user from token in Django Rest Framework

How to use logical operators in DRF's DEFAULT_PERMISSION_CLASSES?

Django Rest Framework ParentRelatedField metadata choices

ImportError: allauth needs to be added to INSTALLED_APPS

Original exception text was: 'RelatedManager' object has no attribute 'type'. - Django Rest

How to use django model clean() method?

how to override 'get_queryset()' in Django

Django: How to limit model list access permission to its owner?

How to hide Some API in django rest swagger?