manosim / manosim/django-rest-framework-docs
Support For Image Field ?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 641
- Forks
- 178
- PR merge metrics
- No merged PRs in 30d
Description
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)
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing how the project documents the shown serializer fields and whether it handles multipart/form-data. Check the treatment of serializers.ImageField, then define completion as generated documentation that represents the image upload and multipart request correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- api, documentation
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100