equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-form |
2 Name: pyams-form |
3 Version: 0.1.19 |
3 Version: 0.1.20 |
4 Summary: PyAMS base form interfaces and classes |
4 Summary: PyAMS base form interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_form |
5 Home-page: http://hg.ztfy.org/pyams/pyams_form |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
9 Description: |
9 Description: |
10 |
10 |
11 History |
11 History |
12 ======= |
12 ======= |
|
13 |
|
14 0.1.20 |
|
15 ------ |
|
16 - added custom widgets with validation rules for integer and float fields |
|
17 - updated forms templates |
|
18 - added "override_widget_template" and "override_widget_layout" to be able to change a widget |
|
19 template without using ZCML |
13 |
20 |
14 0.1.19 |
21 0.1.19 |
15 ------ |
22 ------ |
16 - updated AJAX form decorator |
23 - updated AJAX form decorator |
17 |
24 |