Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

DRF - make an resource alias /me for current user

django test - how to get response data for future use

How to sort the results of filtering with django-filter in a ListAPIView

Serializer validate function is not called DRF

Django filter to check if there are any other booking between the given dates

When we should use db_index=True in Django?

django rest framework file upload with nested writable serializers

Django override_settings won't work for running multiple tests

How can I exclude a view from the API documentation?

Django SECURE_SSL_REDIRECT breaks unit tests that use the in-built client

DRF YASG Customizing

Problem reusing serializers with django and drf-yasg

Django REST Framework: slow browsable UI because of large related table

Can I disable a field in the Rest Framework API browsing view

Django-Rest-Framework: Paginate nested object

How to login a user during a unit test in Django REST Framework?

User model other than AUTH_USER_MODEL in Django REST Framework

Difference between django.core serializers and Django Rest Framework serializers

How to use django filter_fields with ArrayField in DRF

upload image to imagefield with djangorestframework using json and test this with CURL