3.2.0
Released 2024-10-20
- Translations update: korean, chinese (traditional), portugese, russian,
dutch, kazakh, swedish, turkish, slovak, ukranian, spanish, french. - Move the repository to the pallets-eco organization. #854
- Stop supporting Python 3.9 and start supporting Python 3.13 #855
- Removed
required
flag support fromHiddenWidget
,
RangeWidget
andSelectWidget
to
conform to W3C #810 NoneOf
andAnyOf
can validate multiple valued fields likeSelectMultipleField
#538 #807- Use GHA and pre-commit workflows inspired from Flask. #856 #860
Warning
Some deprecated code was removed (#859):
Note
If you need to keep the old behavior you can set the _form_error_key
parameter of your form to :data:None
.