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
ext.django.orm: better converter for DateField More... about 15 years ago
ext.django.orm: better converter for DateField
crast
as James Crasta
More... about 15 years ago
Minor documentation styling cleanups More... about 15 years ago
Minor documentation styling cleanups
crast
as James Crasta
More... about 15 years ago
Added beginnings of WTForms documentation layout, based on the More... about 15 years ago
Added beginnings of WTForms documentation layout, based on the wtforms.simplecodes.com website.
crast
as James Crasta
More... about 15 years ago
Fixed some broken links in docs More... about 15 years ago
Fixed some broken links in docs
crast
as James Crasta
More... about 15 years ago
Make tests more robust to handle possible regression cases More... about 15 years ago
Make tests more robust to handle possible regression cases
crast
as James Crasta
More... about 15 years ago
Added processing errors to ext.dateutil More... about 15 years ago
Added processing errors to ext.dateutil
crast
as James Crasta
More... about 15 years ago
Added processing error handling to base fields More... about 15 years ago
Added processing error handling to base fields
crast
as James Crasta
More... about 15 years ago
Added semantics for handling errors in input processing. More... about 15 years ago
Added semantics for handling errors in input processing.
crast
as James Crasta
More... about 15 years ago
Clarified the API for how formdata is handled in field processing, and added a More... about 15 years ago
Clarified the API for how formdata is handled in field processing, and added a webob wrapper to support webob multidicts through this API. This is mostly to make implementing custom fields easier, and should not cause any compatibility issues.
crast
as James Crasta
More... about 15 years ago
Docs: major overhaul of the custom validators doc, and other minor tweaks. More... about 15 years ago
Docs: major overhaul of the custom validators doc, and other minor tweaks.
crast
as James Crasta
More... about 15 years ago
Cleaned up validation of Length a bit. Refs #28. More... about 15 years ago
Cleaned up validation of Length a bit. Refs #28.
crast
as James Crasta
More... about 15 years ago
Length validator: More... about 15 years ago
Length validator: - added multiple default messages based on whether min, max, or both are specified. - Also allow formatting string interpolation for passed-in messages. - Added asserts to check for silly inputs.
crast
as James Crasta
More... about 15 years ago
Add fields which use `dateutil` package to parse dates. More... about 15 years ago
Add fields which use `dateutil` package to parse dates.
crast
as James Crasta
More... about 15 years ago
EqualTo Validator: Use dict-style access to support BaseForm API and any fields which aren't valid attribute names better More... about 15 years ago
EqualTo Validator: Use dict-style access to support BaseForm API and any fields which aren't valid attribute names better
crast
as James Crasta
More... about 15 years ago
Fix a bug where we construct a datetime with invalid timetuple data. Fixes #25. More... about 15 years ago
Fix a bug where we construct a datetime with invalid timetuple data. Fixes #25. Thanks Vinay Sajip
crast
as James Crasta
More... about 15 years ago