7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 4 years ago.
Aug 18, 2019 — Aug 18, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added beginnings of Widget documentation. Refs #2. 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. 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 More... almost 16 years ago
Removed unnecessary import
crast
as James Crasta
More... almost 16 years ago
Added another comprehensive SelectField test 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. 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. 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. 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 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. More... almost 16 years ago
Docs: use 'generated' as 'updated' is misleading. More... almost 16 years ago
Automated merge with ssh://[email protected]/simplecodes/wtforms/ More... almost 16 years ago
Automated merge with ssh://[email protected]/simplecodes/wtforms/ 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. 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. More... almost 16 years ago
`CheckboxInput` now properly uses uses `data` property. Fixes #3. 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. 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. More... almost 16 years ago
Docs: Fix sys.path so the docs generation always gets the version from the right package. More... almost 16 years ago
Docs: Fix sys.path so the docs generation always gets the version from the right package. More... almost 16 years ago
More validator cleanups. Also documented the changes in CHANGES.txt. More... almost 16 years ago
More validator cleanups. Also documented the changes in CHANGES.txt. More... almost 16 years ago