Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Need help understanding many and source fields in a serializer

get() got an unexpected keyword argument 'pk': django

Django rest framework email validation

How to throw custom exception with custom error code on fly in django rest framework and override default fields in exception response

Django Rest Framework serializers render form individually

What are the advantage of using RequestsClient() over APIClient()?

Django Rest Framework, updating nested serialized data

DRF Cursor Pagination example

Caching a ViewSet with DRF : TypeError: _wrapped_view()

How to nest two serializers with same model

How to write a test for 'delete' operation in Django rest framework

Django: Showing username and not ID, how?

Django cannot parse POST parameters of WSGIRequest on Internal Server Errors

How to represent `self` url in django-rest-framework

Django rest framework:UniqueValidator copare the field convert to upper case

How to define a django model field with the same name as a Python keyword

adding an extra context while passing data to serializer django api

Getting attribute of field in serializer (django rest framework)

in python , How to load just one time a ML model in a rest service like django or flask?

Using pytest parametrize with DRF test