Skip to content

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

Description

@siparker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions