Some tutorial fixes |
|
More...
|
almost 16 years ago
|
Some tutorial fixes |
|
More...
|
almost 16 years ago
|
Shouldn't try to be so concise. Better to catch the exception. |
|
More...
|
almost 16 years ago
|
Shouldn't try to be so concise. Better to catch the exception. |
|
More...
|
almost 16 years ago
|
Fields can now be passed a callable to provide the default value. Fixes #6. |
|
More...
|
almost 16 years ago
|
Fields can now be passed a callable to provide the default value. Fixes #6. |
|
More...
|
almost 16 years ago
|
Minor fix to make tests complete now, and small docs fix. |
|
More...
|
almost 16 years ago
|
Minor fix to make tests complete now, and small docs fix. |
|
More...
|
almost 16 years ago
|
Add tests for ext.sqlalchemy |
|
More...
|
almost 16 years ago
|
Add tests for ext.sqlalchemy |
|
More...
|
almost 16 years ago
|
Tutorial: add an auto_populate example. |
|
More...
|
almost 16 years ago
|
Tutorial: add an auto_populate example. |
|
More...
|
almost 16 years ago
|
Tutorial: better code example. |
|
More...
|
almost 16 years ago
|
Tutorial: better code example. |
|
More...
|
almost 16 years ago
|
We have the beginnings of a tutorial! Also, other minor doc fixes. |
|
More...
|
almost 16 years ago
|
We have the beginnings of a tutorial! Also, other minor doc fixes. |
|
More...
|
almost 16 years ago
|
Implement FieldList and clean up FormField. Refs #1. |
|
More...
|
almost 16 years ago
|
Implement FieldList and clean up FormField. Refs #1. |
|
More...
|
almost 16 years ago
|
Append a dash ('-') to form prefixes instead of an underscore, to mitigate |
|
More...
|
almost 16 years ago
|
Append a dash ('-') to form prefixes instead of an underscore, to mitigate namespace collisions. Dash will also be the separator for FormFields by extension. |
|
More...
|
almost 16 years ago
|
Make FormField more strict and improve its documentation. Also add more tests. Refs #1. |
|
More...
|
almost 16 years ago
|
Make FormField more strict and improve its documentation. Also add more tests. Refs #1. |
|
More...
|
almost 16 years ago
|
Rename FormTable to TableWidget, made it more generic to work with other encapsulating fields. Refs #1. |
|
More...
|
almost 16 years ago
|
Rename FormTable to TableWidget, made it more generic to work with other encapsulating fields. Refs #1. |
|
More...
|
almost 16 years ago
|
Added FormField to support form enclosures. Refs #1. |
|
More...
|
almost 16 years ago
|
Added FormField to support form enclosures. Refs #1. |
|
More...
|
almost 16 years ago
|
Moved a large amount of input processing logic over to Field, and implemented basic input filtering. |
|
More...
|
almost 16 years ago
|
Moved a large amount of input processing logic over to Field, and implemented basic input filtering. |
|
More...
|
almost 16 years ago
|
Fixed a bug in html_params which caused using `class_` to not work as intended. Also fixed a possible unicode bug in same function. Added appropriate tests to prevent future regression. |
|
More...
|
almost 16 years ago
|
Fixed a bug in html_params which caused using `class_` to not work as intended. Also fixed a possible unicode bug in same function. Added appropriate tests to prevent future regression. |
|
More...
|
almost 16 years ago
|