Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

manyToMany with django rest framework

Django Rest Framework : How to add a custom field to the response of the GET request?

Django rest framework : Do not return array but list of objects with id as key

Django Rest Framework Refusing To Accept MultiPart Form Data

Django Rest Framework validator not execute inside extra_kwargs

Why does django ignore HTTP_X_FORWARDED_PROTO from the wire but not in tests?

Django rest framework filtering by dateTime

Django rest framework timefield input format

Join related models in django rest framework

what its the best way to make full history for a model in django?

Django-rest-auth: Reverse for 'password_reset_confirm' not found. 'password_reset_confirm' is not a valid view function or pattern name

"Expected a list of items but got type \"dict\"."

requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8000): Max retries exceeded with url: /api/1/

How to fix "Invalid password format or unknown hashing algorithm." in a custom User Model Django

Axios requests using authentication token sometimes fail in Safari

overriding restauth password reset email issues

Absolute paths on images uploaded by django-ckeditor

Django REST API accept list instead of dictionary in post request

Django rest framework - filter many-to-many field

How to have different results for 'list' (players/) and 'detail' (players/{id})?