ext.django.orm: better converter for DateField |
|
More...
|
about 15 years ago
|
ext.django.orm: better converter for DateField |
|
More...
|
about 15 years ago
|
Minor documentation styling cleanups |
|
More...
|
about 15 years ago
|
Minor documentation styling cleanups |
|
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. |
|
More...
|
about 15 years ago
|
Fixed some broken links in docs |
|
More...
|
about 15 years ago
|
Fixed some broken links in docs |
|
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 |
|
More...
|
about 15 years ago
|
Added processing errors to ext.dateutil |
|
More...
|
about 15 years ago
|
Added processing errors to ext.dateutil |
|
More...
|
about 15 years ago
|
Added processing error handling to base fields |
|
More...
|
about 15 years ago
|
Added processing error handling to base fields |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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 |
|
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 |
|
More...
|
about 15 years ago
|