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
Don't tag dev version with date, and set the version in hg to simply 'dev' if egg_info is not available. More... over 15 years ago
Don't tag dev version with date, and set the version in hg to simply 'dev' if egg_info is not available. More... over 15 years ago
Touch up the __init__.py docs a bit More... over 15 years ago
Touch up the __init__.py docs a bit More... over 15 years ago
Add release alias More... over 15 years ago
Add release alias More... over 15 years ago
Improve our setup.py & versioning a bit More... over 15 years ago
Improve our setup.py & versioning a bit More... over 15 years ago
Update fields.py docs to use :param: and a few other cleanups. More... over 15 years ago
Update fields.py docs to use :param: and a few other cleanups. More... over 15 years ago
Remove the crashcourse from the docs and update intro.rst to link to the tutorial. More... over 15 years ago
Remove the crashcourse from the docs and update intro.rst to link to the tutorial. More... over 15 years ago
Minor tutorial fix to remove sphinx error More... over 15 years ago
Minor tutorial fix to remove sphinx error
crast
as James Crasta
More... over 15 years ago
Touch up the README a bit. More... over 15 years ago
Touch up the README a bit. More... over 15 years ago
WTForms now has a DecimalField! And we have now 'officially' broke python 2.3 compatibility. Luckily, backporting decimal.py will still work for py2.3 users. More... over 15 years ago
WTForms now has a DecimalField! And we have now 'officially' broke python 2.3 compatibility. Luckily, backporting decimal.py will still work for py2.3 users.
crast
as James Crasta
More... over 15 years ago
TextField and derivatives which don't override _value now will try coercing all values except "None" to unicode for display, not just non-false values. More... over 15 years ago
TextField and derivatives which don't override _value now will try coercing all values except "None" to unicode for display, not just non-false values. closes #7.
crast
as James Crasta
More... over 15 years ago
Minor fixes in fields documentation More... over 15 years ago
Minor fixes in fields documentation
crast
as James Crasta
More... over 15 years ago
Update ext document to include changes to `blank_text` choice as well as added `ext.sqlalchemy` documentation. More... over 15 years ago
Update ext document to include changes to `blank_text` choice as well as added `ext.sqlalchemy` documentation.
crast
as James Crasta
More... over 15 years ago
QuerySelectField and QuerySetSelectField now have `blank_text` keywords to the constructor to allow setting the blank choice's text. More... over 15 years ago
QuerySelectField and QuerySetSelectField now have `blank_text` keywords to the constructor to allow setting the blank choice's text. Fixes #10.
crast
as James Crasta
More... over 15 years ago
Add the wtforms.ext.ssqlalchemy to setup.py. Fixes #9 More... over 15 years ago
Add the wtforms.ext.ssqlalchemy to setup.py. Fixes #9 More... over 15 years ago
FormField: accept a dict as instantiation data for the enclosed forms' population. Thanks moraes for patch. More... over 15 years ago
FormField: accept a dict as instantiation data for the enclosed forms' population. Thanks moraes for patch.
crast
as James Crasta
More... over 15 years ago