Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: pallets-eco/wtforms

3.3.0b3

15 Jun 12:55
@github-actions github-actions
3.3.0b3
This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.
62bbb07
This commit was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.

Choose a tag to compare

3.3.0b3 Pre-release
Pre-release

Full Changelog: 3.3.0b3...3.3.0b3

Loading

3.3.0b2

15 Jun 12:55
@github-actions github-actions
3.3.0b2
This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.
17c787b
This commit was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.

Choose a tag to compare

3.3.0b2 Pre-release
Pre-release

Full Changelog: 3.3.0b2...3.3.0b2

Loading

3.3.0b1

10 May 12:09
@github-actions github-actions
3.3.0b1
This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.
f99026b
This commit was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.

Choose a tag to compare

3.3.0b1 Pre-release
Pre-release

What's Changed

  • Add links to MDN in the documentation by @azmeuk in #893
  • chore: Remove obsolete python-dateutil dependency by @mgorny in #899
  • ListField use Meta.bind_field instead of the default bind method. by @azmeuk in #891
  • Add test_environment support for the Email validator by @azmeuk in #894
  • Reset FieldList index state when calling process by @azmeuk in #895
  • Implement RangeInput min and max parameters by @azmeuk in #898
  • Do not render 'for' in radio by @azmeuk in #900
  • Deprecate DateTimeField by @azmeuk in #897
  • FloatField use NumberInput by default by @Demetriex in #679
  • Accept uuid.UUID objects in UUID validator by @TurnrDev in #769
  • Escape double quotes in HTML attribute values by @azmeuk in #906
  • html_params returns Markup by @azmeuk in #907
  • Fix False value with Select by @azmeuk in #908
  • Clarify how Select choice is processed in the documentation by @azmeuk in #909
  • Fix filters documentation by @azmeuk in #896
  • Render-time checked kwargs take precedence over field.checked by @azmeuk in #910
  • Add a tz parameter to DateTimeLocalField by @azmeuk in #905
  • FieldList improvement to handle entries with indices by @azmeuk in #901
  • Use consecutive ids in FieldList when using insert and remove by @azmeuk in #912
  • Implement ButtonField by @azmeuk in #892
  • Re-introduce Choice and SelectChoice dataclasses by @azmeuk in #889
  • Improve custom widgets documentation by @azmeuk in #913
  • Add a fieldlist of formfield example in the documentation by @azmeuk in #914
  • Enum support for SelectField by @azmeuk in #916
  • Respect email_validator default values by @azmeuk in #917
  • Error messages customization by @azmeuk in #902
  • Customize regexp validator match method by @azmeuk in #918
  • for Regexp validator set html input tag 'pattern' attribute by @lefty01 in #759
  • implement DateRange validator similar to NumberRange by @jkittner in #787
  • URL validator: accept user/password, use urllib.urlparse by @ianw in #847
  • Restore sorted(set()) instead of list(dict.fromkeys()) to sort keys in FieldList by @azmeuk in #920
  • Datalist implementation by @azmeuk in #921

New Contributors

Full Changelog: 3.2.2...3.3.0b1

Contributors

azmeuk, ianw, and 5 other contributors
Loading
JKatzwinkel reacted with heart emoji ElLorans and AndreiDrang reacted with rocket emoji
3 people reacted

3.2.2

03 May 05:54
@azmeuk azmeuk
3.2.2
This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.
ea57c11
This commit was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.1...3.2.2

Contributors

kurtmckee, azmeuk, and 2 other contributors
Assets 2
Loading

3.2.1

21 Oct 11:36
@github-actions github-actions
3.2.1
This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.
f9a999e
This commit was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.

Choose a tag to compare

Released 2024年10月21日

  • Fix SelectMultipleBase import. #861 #862
Loading
AndreiDrang, ax-va, and DataStrategistTeam reacted with thumbs up emoji
3 people reacted

3.2.0

20 Oct 20:10
@github-actions github-actions
3.2.0
This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.
6ff08ce
This commit was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.

Choose a tag to compare

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.8 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.

Loading
ax-va reacted with thumbs up emoji ElLorans and AndreiDrang reacted with rocket emoji
3 people reacted

3.1.2

06 Jan 07:53
@azmeuk azmeuk
3.1.2
This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.
d4ba836
This commit was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.

Choose a tag to compare

Released 2024年01月06日

  • Fix SelectMultipleField value coercion on validation.
    #822 #823
Loading
gh640 reacted with hooray emoji
1 person reacted

3.1.1

01 Nov 10:26
@azmeuk azmeuk
3.1.1
This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.
92bd434
This commit was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.

Choose a tag to compare

Released 2023年11月01日

  • Display Flags values in their repr. #808
  • ~SelectField and SelectMultipleField choices can be None if validate_choice is False #809
  • Documentation improvements #812 #815 #817
  • Unit tests improvements #813
  • Python 3.12 support #818
  • Restored support for 3-items tuple return value from iter_choices #816
Loading

3.1.0

10 Oct 21:24
@azmeuk azmeuk
3.1.0
This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.
49378b8
This commit was signed with the committer’s verified signature.
azmeuk Éloi Rivard
GPG key ID: 7EDA204EA57DD184
Verified
Learn about vigilant mode.

Choose a tag to compare

Released 2023年10月10日

  • Documentation improvements #726 #733 #749
    #767 #788 #789 #793
  • Translation improvements #732 #734 #754
  • Implement :class:~fields.ColorField #755
  • Delayed import of email_validator. #727
  • <option> attributes can be passed by the :class:~fields.SelectField
    choices parameter #692 #738
  • Use the standard datetime formats by default for
    :class:~fields.DateTimeLocalField #761
  • Python 3.11 support #763
  • Added shorter format to :class:~fields.DateTimeLocalField
    defaults #761
  • Stop support for python 3.7 #794
  • Added shorter format to :class:~fields.WeekField
    defaults #765
  • Move to pyproject.toml #796
  • URL validator takes a allow_ip parameter #800
  • Implement :class:~validators.ReadOnly and
    :class:~validators.Disabled #788
Loading
gh640 and PanderMusubi reacted with hooray emoji
2 people reacted

3.0.1

23 Dec 10:10
@azmeuk azmeuk

Choose a tag to compare

Released 2021年12月23日

  • Fixed DateTimeField and other similar fields can handle multiple formats. #720 #721
  • Stop support for python 3.6 #722
Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /