FieldList: changed public api to have an append_entry and remove_entry functions, add_entry is now private. Refs #1, #12 |
|
More...
|
over 15 years ago
|
FieldList: changed public api to have an append_entry and remove_entry functions, add_entry is now private. Refs #1, #12 |
|
More...
|
over 15 years ago
|
Add __getitem__ and other python special methods to FormField and FieldList to facilitate their use |
|
More...
|
over 15 years ago
|
Add __getitem__ and other python special methods to FormField and FieldList to facilitate their use |
|
More...
|
over 15 years ago
|
Update author info in setup.py to reference team. |
|
More...
|
over 15 years ago
|
Update author info in setup.py to reference team. |
|
More...
|
over 15 years ago
|
FieldList: add_entry now accepts formdata and data, and process() significantly cleaned up. Refs #1 |
|
More...
|
over 15 years ago
|
FieldList: add_entry now accepts formdata and data, and process() significantly cleaned up. Refs #1 |
|
More...
|
over 15 years ago
|
FieldList and FormField overhaul: |
|
More...
|
over 15 years ago
|
FieldList and FormField overhaul: |
|
More...
|
over 15 years ago
|
Widget docs: don't show default constructors for subclasses of Input. |
|
More...
|
over 15 years ago
|
Widget docs: don't show default constructors for subclasses of Input. |
|
More...
|
over 15 years ago
|
Added widget docs for writing custom widgets |
|
More...
|
over 15 years ago
|
Added widget docs for writing custom widgets |
|
More...
|
over 15 years ago
|
Added documentation for html_params and made it more compact. |
|
More...
|
over 15 years ago
|
Added documentation for html_params and made it more compact. |
|
More...
|
over 15 years ago
|
DateTimeField: minor bugfix, and keep a raw_data. |
|
More...
|
over 15 years ago
|
DateTimeField: minor bugfix, and keep a raw_data. |
|
More...
|
over 15 years ago
|
Added some documentation on custom fields |
|
More...
|
over 15 years ago
|
Added some documentation on custom fields |
|
More...
|
over 15 years ago
|
Cleanups: * setup.py no longer uses setuptools, just good old distutils. * Updated packaging to include docs and tests. * Removed file docstring headers from most files as they were unnecessary. * Changed from the MIT license to the BSD 3-clause license. Updated copyrights to clarify. |
|
More...
|
over 15 years ago
|
Cleanups: |
|
More...
|
over 15 years ago
|
Fix tip link in __init__.py docs |
|
More...
|
over 15 years ago
|
Fix tip link in __init__.py docs |
|
More...
|
over 15 years ago
|
Back to setting __version__ explicitly; Depending on pkg_resources to set the proper version is not friendly to non-setup.py installs. |
|
More...
|
over 15 years ago
|
Back to setting __version__ explicitly; Depending on pkg_resources to set the proper version is not friendly to non-setup.py installs. |
|
More...
|
over 15 years ago
|
Remove old stuff from docs that's now on the website, and set the proper version/release info. |
|
More...
|
over 15 years ago
|
Remove old stuff from docs that's now on the website, and set the proper version/release info. |
|
More...
|
over 15 years ago
|
Drop `Validator` and `Widget` base classes. Validators and widgets are just simple callables, we should treat them as such. Only when your validator or widget takes arguments is it preferable to write a class; Otherwise, a simple function will do. |
|
More...
|
over 15 years ago
|
Drop `Validator` and `Widget` base classes. Validators and widgets are just simple callables, we should treat them as such. Only when your validator or widget takes arguments is it preferable to write a class; Otherwise, a simple function will do. |
|
More...
|
over 15 years ago
|