Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File upload support #76

Merged
merged 1 commit into from
Nov 17, 2021
Merged

File upload support #76

merged 1 commit into from
Nov 17, 2021

Conversation

stevelacey
Copy link
Contributor

@stevelacey stevelacey commented Nov 16, 2021

What's this PR do?

Adds support for file uploads via multipart/form-data requests.

Why is this important, or what issue does this solve?

Allows serializers to load FileField via multipart file uploads, and dump urls to the files.

What Worf gif best describes this PR or how it makes you feel?

worf_data

Tasks

  • This PR increases test coverage
  • This PR includes README updates reflecting any new features/improvements to the framework

@stevelacey stevelacey force-pushed the improvement/file-uploads branch from 6c405ab to 8811cbd Compare November 16, 2021 16:34
@stevelacey stevelacey force-pushed the improvement/file-uploads branch from 8811cbd to 4359a7b Compare November 16, 2021 16:36
@stevelacey stevelacey merged commit cf6e448 into master Nov 17, 2021
@stevelacey stevelacey deleted the improvement/file-uploads branch November 17, 2021 05:20
@stevelacey
Copy link
Contributor Author

Note I added PATCH/PUT support on top of this in 1790b1b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant