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
Update files for 0.2dev More... over 16 years ago
Update files for 0.2dev More... over 16 years ago
Added tag 0.1 for changeset f4343b732b21 More... over 16 years ago
Added tag 0.1 for changeset f4343b732b21 More... over 16 years ago
Fixed validation and rendering of MultipleSelectField. Thanks Ali Afshar <[email protected]> More... over 16 years ago
Fixed validation and rendering of MultipleSelectField. Thanks Ali Afshar <[email protected]>
crast
as James Crasta
More... over 16 years ago
Update setup.py and __init__.py for 0.1 release. More... over 16 years ago
Update setup.py and __init__.py for 0.1 release. More... over 16 years ago
Add html param support to labels. Thanks rcscomp. More... over 16 years ago
Add html param support to labels. Thanks rcscomp. More... over 16 years ago
Prepare CHANGES and README for 0.1 More... over 16 years ago
Prepare CHANGES and README for 0.1 More... over 16 years ago
Remove use of substitution in standard validators. It forced usage of the values with custom messages. More... over 16 years ago
Remove use of substitution in standard validators. It forced usage of the values with custom messages. More... over 16 years ago
Added equal_to validator. More... over 16 years ago
Added equal_to validator. More... over 16 years ago
Small fix to email validator regexp. More... over 16 years ago
Small fix to email validator regexp. More... over 16 years ago
Normalize all validators: They now all follow the factory pattern and take the error message as first argument. Also added is_checked validator, and updated unittests accordingly. More... over 16 years ago
Normalize all validators: They now all follow the factory pattern and take the error message as first argument. Also added is_checked validator, and updated unittests accordingly. More... over 16 years ago
Bit too fast with the pasting there More... over 16 years ago
Bit too fast with the pasting there More... over 16 years ago
Add first basic unittests using py.test More... over 16 years ago
Add first basic unittests using py.test More... over 16 years ago
Improve URL validator More... over 16 years ago
Improve URL validator More... over 16 years ago
Created `form_for_model` function for making a form from Django models. More... over 16 years ago
Created `form_for_model` function for making a form from Django models. Currently foreign keys and other relations are not supported, as are a few other fields we currently have no direct analog for, such as NullBooleanField. They will be silently skipped over. Currently this has only been tested with the django trunk.
crast
as James Crasta
More... over 16 years ago
Fix for _unbound_fields in subclassed forms being correct More... over 16 years ago
Fix for _unbound_fields in subclassed forms being correct
crast
as James Crasta
More... over 16 years ago