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

Fix file_field helper #695

Merged
merged 1 commit into from
Feb 6, 2017
Merged

Fix file_field helper #695

merged 1 commit into from
Feb 6, 2017

Conversation

tagliala
Copy link
Contributor

@tagliala tagliala commented Feb 6, 2017

File fields automatically add enctype="multipart/form-data" attribute
to <form> tags. CSV was treating file_field as all other fields, so
self.multipart = true was skipped

Fix: #694

File fields automatically add `enctype="multipart/form-data"` attribute
to `<form>` tags. CSV was treating `file_field` as all other fields, so
`self.multipart = true` was skipped

Fix: #694
@coveralls
Copy link

coveralls commented Feb 6, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 8fe3406 on fix-694 into b4cbeb9 on master.

@tagliala tagliala merged commit 53b5766 into master Feb 6, 2017
@tagliala tagliala deleted the fix-694 branch February 6, 2017 23:03
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.

2 participants