Download Latest Version 3.2.1 source code.zip (225.5 kB)
Email in envelope

Get an email when there's a new version of WTForms

Home / 3.2.0
Name Modified Size InfoDownloads / 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 from HiddenWidget, RangeWidget and SelectWidget to conform to W3C [#810]
  • NoneOf and AnyOf can validate multiple valued fields like SelectMultipleField [#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.

Source: README.md, updated 2024-10-20