Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

How can I test dates and datetimes in different formats?

In setting viewset, I got an error AttributeError: 'function' object has no attribute 'get_extra_actions'

How to make ListField in ModelSerializer DRF not mandatory

AssertionError: Expected a `Response`, `HttpResponse` or `HttpStreamingResponse` to be returned from view, but received `<class 'NoneType'>`

Django REST Framework @detail_route not working as expected

TypeError: Field 'id' expected a number but got <django.contrib.auth.models.AnonymousUser object at 0x048C7E90>

Restangular fails with promise and cross-origin requests

anaconda cannot find pip3 and do not want to use pip or pip2

What is the difference between authentication and permission in Django Rest Framework?

Django REST Framework does not intercept 404 exceptions and outputs HTML instead of JSON

Django Rest Framework 'list' object has no attribute values

Django-Rest-Framework Custom User not Hashing Password (Serializer Issue)

Django - How to check if django is hitting database for certain query

DRF How to select specific fields to display in a nested serializer relationship? (without additional serializers)

Django Rest Framework group objects dynamically

how to create custom login view with Django rest_auth?