openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
wtforms
Settings
|
Report Duplicate
7
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
over 4 years
ago.
Aug 18, 2019 — Aug 18, 2020
Showing page 66 of 80
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added beginnings of Widget documentation. Refs #2.
crast
More...
almost 16 years ago
Added beginnings of Widget documentation. Refs #2.
crast
as James Crasta
More...
almost 16 years ago
Added SQLAlchemy ext with useful fields. Tests coming soon.
crast
More...
almost 16 years ago
Added SQLAlchemy ext with useful fields. Tests coming soon.
crast
as James Crasta
More...
almost 16 years ago
Removed unnecessary import
crast
More...
almost 16 years ago
Removed unnecessary import
crast
as James Crasta
More...
almost 16 years ago
Added another comprehensive SelectField test
crast
More...
almost 16 years ago
Added another comprehensive SelectField test
crast
as James Crasta
More...
almost 16 years ago
`IntegerField` will now cause a validation error for input which is not a valid integer.
crast
More...
almost 16 years ago
`IntegerField` will now cause a validation error for input which is not a valid integer. Invalid input is no longer cleared, instead the inputted value is redisplayed on the form for re-editing.
crast
as James Crasta
More...
almost 16 years ago
Fix bug where initializing `IntegerField` with an empty formdata value list will cause an IndexError. Thanks ckknight.
crast
More...
almost 16 years ago
Fix bug where initializing `IntegerField` with an empty formdata value list will cause an IndexError. Thanks ckknight.
crast
as James Crasta
More...
almost 16 years ago
Cleaned up `ext.django` tests to work with new `Validator`-as-class mechanics, as well as made them Python 2.3 compatible.
crast
More...
almost 16 years ago
Cleaned up `ext.django` tests to work with new `Validator`-as-class mechanics, as well as made them Python 2.3 compatible.
crast
as James Crasta
More...
almost 16 years ago
Changed the contract in which `SelectField`s and `RadioField`s interact with
crast
More...
almost 16 years ago
Changed the contract in which `SelectField`s and `RadioField`s interact with their widgets, in the process making it possible for `ext.django` select fields to use the Select widget.
crast
as James Crasta
More...
almost 16 years ago
Docs: use 'generated' as 'updated' is misleading.
Thomas Johansson
More...
almost 16 years ago
Docs: use 'generated' as 'updated' is misleading.
prencher
More...
almost 16 years ago
Automated merge with ssh://
[email protected]
/simplecodes/wtforms/
prencher
More...
almost 16 years ago
Automated merge with ssh://
[email protected]
/simplecodes/wtforms/
Thomas Johansson
More...
almost 16 years ago
Cleanup: Removed utils.py, `html_params` is now in widgets.py; Moved all instances of __all__ to the top of the files and sorted it alphabetically. Also added __all__ to a few importable files that didn't have them; Sorted and cleaned up import statements.
Thomas Johansson
More...
almost 16 years ago
Cleanup: Removed utils.py, `html_params` is now in widgets.py; Moved all instances of __all__ to the top of the files and sorted it alphabetically. Also added __all__ to a few importable files that didn't have them; Sorted and cleaned up import statements.
prencher
More...
almost 16 years ago
`CheckboxInput` now properly uses uses `data` property. Fixes #3.
crast
More...
almost 16 years ago
`CheckboxInput` now properly uses uses `data` property. Fixes #3.
crast
as James Crasta
More...
almost 16 years ago
Significantly improved `Field` documentation. Also fixed validators.rst to use autoclass with the validators change. Finally, started to document `Form` construction.
Thomas Johansson
More...
almost 16 years ago
Significantly improved `Field` documentation. Also fixed validators.rst to use autoclass with the validators change. Finally, started to document `Form` construction.
prencher
More...
almost 16 years ago
Docs: Fix sys.path so the docs generation always gets the version from the right package.
prencher
More...
almost 16 years ago
Docs: Fix sys.path so the docs generation always gets the version from the right package.
Thomas Johansson
More...
almost 16 years ago
More validator cleanups. Also documented the changes in CHANGES.txt.
prencher
More...
almost 16 years ago
More validator cleanups. Also documented the changes in CHANGES.txt.
Thomas Johansson
More...
almost 16 years ago
←
1
2
…
62
63
64
65
66
67
68
69
70
…
79
80
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree