Ignore .egg directories created by unittest runner.
Send "400 Bad Request" if size-related args cannot be parsed sensibly.
Handle "empty" values, and simplify code a little.
Add basic get_size_from_dict test.
List restish as optional "extras" dependency.
Merge remote branch 'ish/master'
Use default encoding if what was found in the request is nonsense.
Add test for current charset detection behaviour.
added form num_fields
Merge branch 'master' of ssh://ish@ish.io/home/ish/formish
CheckboxMultiChoice didn't work when passed options.
Merge branch 'master' of ssh://192.168.1.4/home/tim/git/formish
added simple filestore
Don't share the Form's list of CSS classes between instances.
Commit 099fd98366c450afd25ba169c03c3d90ec5261fd looks like an attempt to fix this but didn't actually work. It just stopped 'error' from getting added multiple times (it still got added once) which was just a...
Construct form CSS classes without affecting form attributes.
Note: the list of CSS classes were shared between Form instances by default, so appending the 'error' class affected everything!
Fix initial form defaults now that schemaish's default values are None again.
Fix CheckboxMultiChoiceTree to return correct data when nothing selected.
Change DateParts to use none_value for consistency
Remove unused 'default_value'
Remove testish.egg-info too.
Make the unittests less noisy. I like to see the test's "ok", it makes me happy.
Remove the generated .egg-info directory.
Extend the renderer to allow an app to insert its own template directories before formish's standard directory.
added not about change to RadioChoice default behaviour with NoneOptions
1 2 3 ... 30 Next » (1-25/745) | Per page: 25, 50, 100
Also available in: Atom