Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django Rest Framework's IsAuthenticated() method is failing for AnonymousUser

Django, drf-yasg - how to add description to tags?

Django Haystack Results to Django Rest Framework Serializer

Is bad practice to mix REST and RPC together?

Force https with HyperlinkedModelSerializer?

Django rest framework unit test viewsets mixins

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