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
Reword index.rst intro text slightly More... about 16 years ago
Reword index.rst intro text slightly More... about 16 years ago
Reorganized and cleaned up fields documentation to be alphabetical, and to More... about 16 years ago
Reorganized and cleaned up fields documentation to be alphabetical, and to reflect the checker => coerce change.
crast
as James Crasta
More... about 16 years ago
The `checker` argument to SelectField, RadioField, and SelectMultipleField has More... about 16 years ago
The `checker` argument to SelectField, RadioField, and SelectMultipleField has been renamed to `coerce` to reflect actual usage.
crast
as James Crasta
More... about 16 years ago
Fix a regression in the semantics of `Form.errors`; It should be an empty dict when there are no errors, not a dict of field names with empty lists. Thanks moraes. More... about 16 years ago
Fix a regression in the semantics of `Form.errors`; It should be an empty dict when there are no errors, not a dict of field names with empty lists. Thanks moraes. More... about 16 years ago
Automated merge with http://dev.simplecodes.com/hg/wtforms/ More... about 16 years ago
Automated merge with http://dev.simplecodes.com/hg/wtforms/ More... about 16 years ago
Overhaul Form.errors to be a property that only fetches the errors from the fields on-demand and caches them on the Form instance. This is more memory and processing efficient, as most people don't use Form.errors, but rather field.errors. It is also needed for the upcoming Form.validate/Field.validate overhaul. More... about 16 years ago
Overhaul Form.errors to be a property that only fetches the errors from the fields on-demand and caches them on the Form instance. This is more memory and processing efficient, as most people don't use Form.errors, but rather field.errors. It is also needed for the upcoming Form.validate/Field.validate overhaul. More... about 16 years ago
ext.django: documentation work, also renamed QSChoices to QuerySetChoices. Refs #15. More... about 16 years ago
ext.django: documentation work, also renamed QSChoices to QuerySetChoices. Refs #15.
crast
as James Crasta
More... about 16 years ago
ext.django work: More... about 16 years ago
ext.django work:
crast
as James Crasta
More... about 16 years ago
Test execution shell header changed to run on various systems More... about 16 years ago
Test execution shell header changed to run on various systems
crast
as James Crasta
More... about 16 years ago
Major overhaul in model_form: More... about 16 years ago
Major overhaul in model_form:
crast
as James Crasta
More... about 16 years ago
Added ext.django.fields module which will contain various useful fields for working with django. Refs #15. More... about 16 years ago
Added ext.django.fields module which will contain various useful fields for working with django. Refs #15.
crast
as James Crasta
More... about 16 years ago
Update wtforms templatetags for a fringe case in variable resolution, and to use Django 1.0 API. Refs #15. More... about 16 years ago
Update wtforms templatetags for a fringe case in variable resolution, and to use Django 1.0 API. Refs #15.
crast
as James Crasta
More... about 16 years ago
Ready files for 0.2.1 More... about 16 years ago
Ready files for 0.2.1 More... about 16 years ago
Redo 0.2 tag, missed a couple commits More... about 16 years ago
Redo 0.2 tag, missed a couple commits More... about 16 years ago
Undo 0.2 tag More... about 16 years ago
Undo 0.2 tag More... about 16 years ago