Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

cannot import name 'urlquote' from 'django.utils.http'

Object of type '' is not JSON serializable in DRF

How to order by nested objects fields?

How to handle an exception in a Django Middleware?

How can I access request object within a custom Serializer Field in the Django REST framework?

django-rest-framework

Django and post request to an external API in different views

Accessing particular instances in a DRF ListSerializer

Application labels aren't unique, duplicates: account [duplicate]

Django Rest Framework Serializer how to set a default value depending on a database query

django-rest-framework

Call django rest API with list of model ids

How to deserialize a GeoServer WFS GeoJSON?

permission classes IsAuthenticated not working in DRF

Django rest framework: custom pagination next/previous links

Django REST Framework: direct assignment to the forward side of a many-to-many set is prohibited

How do I include 400 validation errors in drf-spectacular?

Django REST drf-spectacular wrong detection of nested fields

Django Rest Framework - problem with filtering data

I don't want drf ValidationError response to be textual. How to do that?

Getting cookie.load('csrftoken') undefined in react

Better way to save data in database using django serializer