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
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.
crast
as James Crasta
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
crast
as James Crasta
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
crast
as James Crasta
More... almost 15 years ago
ext.sqlalchemy: primary key support overhaul: More... almost 15 years ago
ext.sqlalchemy: primary key support overhaul:
crast
as James Crasta
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
crast
as James Crasta
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.
crast
as James Crasta
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
crast
as James Crasta
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
crast
as James Crasta
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.
crast
as James Crasta
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.
crast
as James Crasta
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.
crast
as James Crasta
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.
crast
as James Crasta
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.
crast
as James Crasta
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.
crast
as James Crasta
More... about 15 years ago
fields: cleaned up imports More... about 15 years ago
fields: cleaned up imports
crast
as James Crasta
More... about 15 years ago