Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django Rest Framework return empty JSON

DRF - Base Viewset for query param validation

Boolean Field always saving False django

Retrieve HTTP Header in Django RestFrameWork

Django logging to multiple files at once even with RotatingFileHandler?

Show request.DATA in Django 500 error caused by Rest Framework

Nested Serializer Not Working in django rest framework. How can I fix it?

add parameter to get_queryset request in Django REST Framework

Django - Insert data into child table once the parent record is created

saving related nested object in Django Rest Framework

DRF how to save a model with a foreign key to the User object

Is django's bulk_create atomic?

What's the difference between get_user_model() and importing CustomUser model directly?

Django REST: serializer field that isn't a model field

Djnago model instance only update after calling objects.get() again (DRF Test case)

Adding a count field not in models to GET request