not compatible with `WTForms-3.1.0` and `Babel-2.13.0`
mattibo opened this issue ยท 5 comments
mattibo commented
vastroh commented
ValueError: not enough values to unpack (expected 4, got 3)
Probably related to this change pallets-eco/wtforms#739
guidoiaquinti commented
Related: pallets-eco/wtforms#814 (comment) and pallets-eco/wtforms#811
aminalaee commented
Just for ref, this will add backwards compatiblity to wtforms: pallets-eco/wtforms#816
samuelhwilliams commented
Thanks for sharing the extra info, including example patch. I'm currently working on getting the project into a standardised structure (for pallets-eco projects); after that I'd be happy to help get this in. Feel free to raise a PR and I'll help review it.
samuelhwilliams commented
WTForms restored compatibility for 3-item tuples in v3.1.1, so my gut feeling is that maybe we don't need to do anything in flask-admin now.