Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django REST framework - different views for same url depending on http method

What's the difference between .post() , .create() and perform_create() in views.py and .create() in serializers.py

`TypeError` when calling create(). You may need to make the field read-only, or override the create() method

How to POST a nested data and list of image

Django ModelSerializer with ImageFIeld and HTTPS

Serializer validated_data is empty even when is_valid is True

Django Rest Framework or JsonResponse

How to unset csrf in modelviewset of django-rest-framework?

How to specify a query parameter serializer in django-rest-swagger?

CSRF and CORS with Django (REST Framework)

Patch request not patching - 403 returned - django rest framework

Filtering on DateTimeField with Django Rest Framework

Django Rest Framework 3.0: Saving Nested, Many-To-One Relationship

Adding information to JWT token body using django rest framework jwt

How to dynamically change depth in Django Rest Framework nested serializers?

Nesting ViewSet routes in DRF

Django REST Framework -- Serializing many-to-many table relationships

Direct assignment to the reverse side of a related set is prohibited. Use addresses.set() instead

Django rest api - searching a method field with the search filter

Rest framework serializer always returns False for is_valid