-
Notifications
You must be signed in to change notification settings - Fork 257
Broken with Flask-WTF v0.14.x #294
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
Comments
Thanks for reporting. I had a quick look. There's been important changes in Flask-WTForms recently. See this commit, which is released in v0.14. I just relaunched the tests for latest flask-mongoengine commit and they fail: https://travis-ci.org/MongoEngine/flask-mongoengine/builds/187515401 I'd say stick to Flask-WTF v0.13.x until flask-mongoengine is fixed for v0.14 (help welcome). |
@lafrech did you reran the tests on the master branch? The badge still says that the tests are passing for me. |
@wojcikstefan they're still running. (You're too fast!) |
Haha, alright, will take a look soon. Thank you for reporting @logsoft ! |
Thanks for the info! will revert to flask-wtf 0.13 for now. |
Also having this issue! |
@eunicekokor Then you're welcome to provide a PR with a fix. I don't mean to be impolite, but note you can use those emoji "reactions" like "thumb-up" as a replacement for "me too" comments to limit email noise for those watching the repo. @wojcikstefan, none of us seems to have time to take care of this. Would you like to pin flask-wtf version in setup.py in the meantime? |
@logsoft, @eunicekokor, can you please confirm latest version in master fixes your issue? It would be nice to have your feedback before releasing 0.9.1 with the fix. |
@lafrech will try these days |
Uh oh!
There was an error while loading. Please reload this page.
happened in working code after flask pip upgrade.
setup: (only related)
Flask (0.12)
Flask-Admin (1.4.2)
Flask-DebugToolbar (0.10.0)
Flask-Login (0.4.0)
Flask-Markdown (0.3)
flask-mongoengine (0.8.2)
Flask-WTF (0.14.2)
itsdangerous (0.24)
Jinja2 (2.9.4)
mongoengine (0.11.0)
pymongo (3.4.0)
Werkzeug (0.11.15)
WTForms (2.1)
changing line 12 in flask_mongoengine/wtf/models.py from
to:
solves the problem.
But i dont really know if this is the solution or just masking an error of my app.
The text was updated successfully, but these errors were encountered: