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

error on db init with flask-wtf v < 0.14.3 #41

Open
siparker opened this issue Feb 28, 2020 · 0 comments · May be fixed by #44
Open

error on db init with flask-wtf v < 0.14.3 #41

siparker opened this issue Feb 28, 2020 · 0 comments · May be fixed by #44

Comments

@siparker
Copy link

when trying to initialise the db it gives the following error

ImportError: cannot import name 'url_encode' from 'werkzeug'

Werkzeug changed the url_encode function from werkzeug.url_encode to werkzeug.urls.url_encode.

Simple fix should be to bump flask-wtf to version 0.14.3

@lv70 lv70 linked a pull request Sep 27, 2020 that will close this issue
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 a pull request may close this issue.

1 participant