Skip to content

Update flask-wtf to 0.14.1#44

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-flask-wtf-0.14-to-0.14.1
Closed

Update flask-wtf to 0.14.1#44
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-flask-wtf-0.14-to-0.14.1

Conversation

@pyup-bot
Copy link
Contributor

There's a new version of Flask-WTF available.
You are currently using 0.14. I have updated it to 0.14.1

These links might come in handy: PyPI | Changelog | Repo | Docs

Changelog

0.14.1


Released 2017-01-10

  • Fix bug where the file validators would incorrectly identify an empty file as
    valid data. (276, 277)
  • FileField is no longer deprecated. The data is checked during
    processing and only set if it's a valid file.
  • has_file is deprecated; it's now equivalent to bool(field.data).
  • FileRequired and FileAllowed work with both the Flask-WTF and
    WTForms FileField classes.
  • The Optional validator now works with FileField.

.. _276: pallets-eco/flask-wtf#276
.. _277: pallets-eco/flask-wtf#277

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@pyup-bot
Copy link
Contributor Author

Closing this in favor of #46

@pyup-bot pyup-bot closed this Jan 10, 2017
@hndrewaall hndrewaall deleted the pyup-update-flask-wtf-0.14-to-0.14.1 branch January 10, 2017 10:19
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