- Update to 3.1.1:
- Display Flags values in their repr.
- ~SelectField and SelectMultipleField choices can be None if
validate_choice is False
- Documentation improvements
- Unit tests improvements
- Python 3.12 support
- Restored support for 3-items tuple return value from
iter_choices
- Update to 3.1.0:
- Documentation improvements
- Translation improvements
- Implement :class:~fields.ColorField
- Delayed import of email_validator.
- <option> attributes can be passed by the
:class:~fields.SelectField choices parameter
- Use the standard datetime formats by default for
:class:~fields.DateTimeLocalField
- Python 3.11 support
- Added shorter format to
:class:~fields.DateTimeLocalField defaults
- Stop support for python 3.7
- Added shorter format to :class:~fields.WeekField defaults
- Move to pyproject.toml
- URL validator takes a allow_ip parameter
- Implement :class:~validators.ReadOnly and
:class:~validators.Disabled
OBS-URL: https://build.opensuse.org/request/show/1129046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WTForms?expand=0&rev=30
* Changelog
* render_kw tests for SelectField and MultipleSelectField
* moved test to test_radio
* pass RadioField (SelectFieldBase) render_kw dict in _Option class
* Changelog
* Logo integration
* Changelog
* Changelog
* Always call setattr in FormField.populate
* move test
* add test
* fix radiofield required bug
- Skip failing tests with localization file (gh#wtforms/wtforms#697)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WTForms?expand=0&rev=21