Adding appengine extension. |
|
More...
|
about 15 years ago
|
Adding appengine extension. |
|
More...
|
about 15 years ago
|
DecimalField: fix formatting / validation / coercion issues. |
|
More...
|
about 15 years ago
|
DecimalField: fix formatting / validation / coercion issues. - DecimalField previously coerced values to float before printing them, this bug could cause possible loss of data due to rounding/precision issues. - `number_format` keyword argument replaced with `places` and `rounding` arguments to better control how the Decimals are printed. - `data` is set to None when invalid form input is given, like IntegerField - DecimalField will now correctly cause a validation error when invalid input is given, like IntegerField |
|
More...
|
about 15 years ago
|
ext.django model_form: More flexible creating of model forms, allowing fields to be excluded/included and passing custom field kwargs and custom converters. |
|
More...
|
about 15 years ago
|
ext.django model_form: More flexible creating of model forms, allowing fields to be excluded/included and passing custom field kwargs and custom converters. Based on ideas taken from moraes' appengine model_form implementation |
|
More...
|
about 15 years ago
|
Added NumberRange validator. Thanks moraes for patch. |
|
More...
|
about 15 years ago
|
Added NumberRange validator. Thanks moraes for patch. Refs #20. |
|
More...
|
about 15 years ago
|
resolve default callable at process() time instead of __init__. This works |
|
More...
|
about 15 years ago
|
resolve default callable at process() time instead of __init__. This works better for uses like default=datetime.now and the like. |
|
More...
|
about 15 years ago
|
Tests: allow runtests.py to take extra test module names at cmdline |
|
More...
|
about 15 years ago
|
Tests: allow runtests.py to take extra test module names at cmdline |
|
More...
|
about 15 years ago
|
BaseForm: support binding new fields, and move __delattr__ to Form. Form now also raises appropriate errors for attempting to add fields. |
|
More...
|
about 15 years ago
|
BaseForm: support binding new fields, and move __delattr__ to Form. Form now also raises appropriate errors for attempting to add fields. |
|
More...
|
about 15 years ago
|
Remove ugly formdata=None kluge in process() |
|
More...
|
about 15 years ago
|
Remove ugly formdata=None kluge in process() |
|
More...
|
about 15 years ago
|
FormField: support a separator= argument to do custom joiners for field name composition. |
|
More...
|
about 15 years ago
|
FormField: support a separator= argument to do custom joiners for field name composition. |
|
More...
|
about 15 years ago
|
BaseForm now won't suffix prefixes with a dash if they already end with |
|
More...
|
about 15 years ago
|
BaseForm now won't suffix prefixes with a dash if they already end with punctuation. This is to aid integration with other frameworks. Also cleaned up some docs. |
|
More...
|
about 15 years ago
|
BaseForm: first argument is now named 'fields'. |
|
More...
|
about 15 years ago
|
BaseForm: first argument is now named 'fields'. |
|
More...
|
about 15 years ago
|
Added tests for BaseForm |
|
More...
|
about 15 years ago
|
Added tests for BaseForm |
|
More...
|
about 15 years ago
|
Create a BaseForm class which is the base of Form. Implications: |
|
More...
|
about 15 years ago
|
Create a BaseForm class which is the base of Form. Implications: |
|
More...
|
about 15 years ago
|
Removed idprefix functionality throughout wtforms. |
|
More...
|
about 15 years ago
|
Removed idprefix functionality throughout wtforms. |
|
More...
|
about 15 years ago
|
docs: Fix the custom widget example to actually be correct. oops. |
|
More...
|
about 15 years ago
|
docs: Fix the custom widget example to actually be correct. oops. |
|
More...
|
about 15 years ago
|