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

fix: wtforms 3.2 breaking field_flags #2279

Merged
merged 4 commits into from
Oct 23, 2024
Merged

fix: wtforms 3.2 breaking field_flags #2279

merged 4 commits into from
Oct 23, 2024

Conversation

dpgaspar
Copy link
Owner

@dpgaspar dpgaspar commented Oct 23, 2024

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: pallets-eco/wtforms#859

Error caused by FAB on WTForms:

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

ADDITIONAL INFORMATION

  • Has associated issue:
  • Is CRUD MVC related.
  • Is Auth, RBAC security related.
  • Changes the security db schema.
  • Introduces new feature
  • Removes existing feature

@dpgaspar dpgaspar changed the title test: wtforms 3.2 fix: wtforms 3.2 breaking field_flasgs Oct 23, 2024
@dpgaspar dpgaspar changed the title fix: wtforms 3.2 breaking field_flasgs fix: wtforms 3.2 breaking field_flags Oct 23, 2024
@dpgaspar dpgaspar marked this pull request as ready for review October 23, 2024 10:12
@dpgaspar dpgaspar merged commit 4ca96e9 into master Oct 23, 2024
13 checks passed
@dpgaspar dpgaspar deleted the test/wtforms-3.2 branch October 23, 2024 10:13
@Yoyasp Yoyasp mentioned this pull request Nov 1, 2024
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 this pull request may close these issues.

1 participant