dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.7k stars 1.36k forks source link

fix: wtforms 3.2 breaking field_flags #2279

Closed dpgaspar closed 1 month ago

dpgaspar commented 1 month ago

Description

Address WTForms 3.2 breaking change: https://github.com/pallets-eco/wtforms/blob/main/CHANGES.rst#version-320 Ref PR with the planned breaking change: https://github.com/pallets-eco/wtforms/pull/859

Error caused by FAB on WTForms:

AttributeError: 'tuple' object has no attribute 'items'

ADDITIONAL INFORMATION