Implement a populate_obj for FieldList and improve the one from FormField. |
|
More...
|
almost 15 years ago
|
Implement a populate_obj for FieldList and improve the one from FormField. |
|
More...
|
almost 15 years ago
|
Add a test for IntegerField defaults being overridden as expected |
|
More...
|
almost 15 years ago
|
Add a test for IntegerField defaults being overridden as expected |
|
More...
|
almost 15 years ago
|
Form: Don't process obj data on None |
|
More...
|
almost 15 years ago
|
Form: Don't process obj data on None |
|
More...
|
almost 15 years ago
|
ext.sqlalchemy: primary key support overhaul: |
|
More...
|
almost 15 years ago
|
ext.sqlalchemy: primary key support overhaul: |
|
More...
|
almost 15 years ago
|
Docs: Minor grammar changes, added slightly to FAQ |
|
More...
|
almost 15 years ago
|
Docs: Minor grammar changes, added slightly to FAQ |
|
More...
|
almost 15 years ago
|
Validators: Interpolate message strings at validation time, not at init time, to support various 'lazy' i18n wrappers. Fixes #29. |
|
More...
|
almost 15 years ago
|
Validators: Interpolate message strings at validation time, not at init time, to support various 'lazy' i18n wrappers. Fixes #29. Thanks jdemoor for patch. |
|
More...
|
almost 15 years ago
|
ext.appengine: split out fields into their own module |
|
More...
|
about 15 years ago
|
ext.appengine: split out fields into their own module |
|
More...
|
about 15 years ago
|
Cleanup of changelog to prep for 0.5 |
|
More...
|
about 15 years ago
|
Cleanup of changelog to prep for 0.5 |
|
More...
|
about 15 years ago
|
Documentation: Updated layout, added FAQ and "Solving Specific Problems" to Sphinx toc tree. |
|
More...
|
about 15 years ago
|
Documentation: Updated layout, added FAQ and "Solving Specific Problems" to Sphinx toc tree. |
|
More...
|
about 15 years ago
|
BaseForm: allow construction with a sequence of 2-tuples in addition to a dict. |
|
More...
|
about 15 years ago
|
BaseForm: allow construction with a sequence of 2-tuples in addition to a dict. |
|
More...
|
about 15 years ago
|
Nuke BaseForm.__getattr__. This is just asking for bugs to pop up later. |
|
More...
|
about 15 years ago
|
Nuke BaseForm.__getattr__. This is just asking for bugs to pop up later. |
|
More...
|
about 15 years ago
|
DecimalField: Do not null out `data` on invalid input, like IntegerField. |
|
More...
|
about 15 years ago
|
DecimalField: Do not null out `data` on invalid input, like IntegerField. |
|
More...
|
about 15 years ago
|
validation: Make StopValidation inherit directly from Exception and use |
|
More...
|
about 15 years ago
|
validation: Make StopValidation inherit directly from Exception and use ValueError for processing errors instead of ValidationError. |
|
More...
|
about 15 years ago
|
validators: Optional and Required will clear the field's errors before stopping the validation chain. |
|
More...
|
about 15 years ago
|
validators: Optional and Required will clear the field's errors before stopping the validation chain. |
|
More...
|
about 15 years ago
|
fields: cleaned up imports |
|
More...
|
about 15 years ago
|
fields: cleaned up imports |
|
More...
|
about 15 years ago
|