Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
multiple.intoto.jsonl | 2024-10-20 | 15.3 kB | |
wtforms-3.2.0-py3-none-any.whl | 2024-10-20 | 152.4 kB | |
wtforms-3.2.0.tar.gz | 2024-10-20 | 137.8 kB | |
3.2.0 source code.tar.gz | 2024-10-20 | 129.4 kB | |
3.2.0 source code.zip | 2024-10-20 | 225.4 kB | |
README.md | 2024-10-20 | 1.0 kB | |
Totals: 6 Items | 661.4 kB | 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):
Flags
can no longer be tuples. [#467]iter_choices
needs a tuple of 4 items [#816][!WARNING] The key for form errors moved from :data:
None
to empty string""
. [#829] [#858][!NOTE]
If you need to keep the old behavior you can set the_form_error_key
parameter of your form to :data:None
.