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.23.1 |
3 Version: 0.1.24 |
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.24 |
|
15 ------ |
|
16 - added widget selector subscriber predicate |
|
17 - updated Select2 widgets templates in display mode |
|
18 - added translation to radio buttons display template |
|
19 - added simple "add_error" method to IForm interface to be able to add an error easilly to |
|
20 an existing form |
13 |
21 |
14 0.1.23.1 |
22 0.1.23.1 |
15 -------- |
23 -------- |
16 - updated checkbox widget display template |
24 - updated checkbox widget display template |
17 |
25 |