Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in django-rest-viewsets
'collections.OrderedDict' object has no attribute 'pk' - django rest framework
Dec 02, 2022
python
django
django-models
django-rest-framework
django-rest-viewsets
Django REST API accept list instead of dictionary in post request
Sep 01, 2022
python
django
django-rest-framework
django-rest-viewsets
How to set a method in Django rest framework's ViewSet to not require authentication
Jul 13, 2019
django
django-rest-framework
django-rest-viewsets
Django-filters does not work with the Viewset
Jun 17, 2022
python
django
django-rest-framework
django-filter
django-rest-viewsets
Global Exception Handling in Django-rest-framework
Nov 16, 2022
django
exception
django-rest-framework
django-rest-viewsets
django-errors
Filtering Django ModelViewSet List From Url Parameter
Oct 11, 2021
python
django
url
keyword-argument
django-rest-viewsets
How can i have two models in one serializer in django
Aug 29, 2022
django-rest-framework
django-rest-viewsets
Django DRF add request.user to modelserializer
May 09, 2022
django
django-rest-framework
django-serializer
django-rest-viewsets
Overriding Djangorest ViewSets Delete Behavior
Apr 25, 2022
python
django
django-rest-framework
sql-delete
django-rest-viewsets
Django rest api - searching a method field with the search filter
Sep 29, 2022
django
django-rest-framework
django-rest-viewsets
What's the difference between a Viewsets `create()` and `update()` and a Serializers `create()` and `update()`?
Sep 06, 2022
django
serialization
django-rest-framework
django-rest-viewsets
How to Not allow the PUT method at all but allow PATCH in a DRF ViewSet?
Apr 06, 2022
django-rest-framework
django-rest-viewsets