Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-rest-framework

Django REST Framework - Set request in serializer test?

django-rest-swagger: How can I specify the parameter type in the docstring

How do i configure the django rest framework pagination url

Difference between JSONParser and JSONRenderer

Django @csrf_exempt not working in class View

Missing bootstrap resources in Django-Rest-Framework

djangorestframework serializer errors: {u'non_field_errors': [u'No input provided']}

Django REST framework: save related models in ModelViewSet

Using a permission class on a detail route

Validating a Django model field based on another field's value?

Django Rest Ordering custom

Using Django-taggit with django-rest-framework, i'm not able to save my tags

Django Rest Framework Conditional Field on Serializer

Django Rest Framework nested serializer not showing related data

How do I call a Django Rest Framework URL using namespacing?

Django Rest Framework - AssertionError Fix your URL conf, or set the `.lookup_field` attribute on the view correctly

Using the reserved word "class" as field name in Django and Django REST Framework

How can I access URL parameters from within a BasePermission?

Duplicate elements in Django Paginate after `order_by` call

'ListSerializer' object is not callable