django-rest-framework-docs
django-rest-framework-docs copied to clipboard
Document Web APIs made with Django Rest Framework
Where `get_serializer_class()` is used to determine which serializer would be used for a `ModelViewSet`, it doesn't re-create the same environment as DRF would use when servicing an actual API request,...
Basically the idea of this change is that if the permission classes is specified not by adding the permissions classes in the tuple but by using a [third party resource](http://www.django-rest-framework.org/api-guide/permissions/#rest-condition)...
If we have a class which has multiple line arguments. They appear on the same line. It would be great if we could format the doc string with some markup....
I am writing a serializer that need image as multipart/form-data.If Drfdocs supports that ? My serializer is like this : ``` email = serializers.CharField(required=True) phone_number = serializers.CharField(required=True) image = serializers.ImageField(allow_empty_file=True,required=False)...
Show the `choices` for each field in the documentation