diff -r 42c7d16e01fc -r 437f3b783d25 src/pyams_form.egg-info/PKG-INFO --- a/src/pyams_form.egg-info/PKG-INFO Fri Oct 19 17:47:05 2018 +0200 +++ b/src/pyams_form.egg-info/PKG-INFO Tue Oct 23 12:08:33 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-form -Version: 0.1.19 +Version: 0.1.20 Summary: PyAMS base form interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_form Author: Thierry Florac @@ -11,6 +11,13 @@ History ======= + 0.1.20 + ------ + - added custom widgets with validation rules for integer and float fields + - updated forms templates + - added "override_widget_template" and "override_widget_layout" to be able to change a widget + template without using ZCML + 0.1.19 ------ - updated AJAX form decorator