src/pyams_form.egg-info/PKG-INFO
changeset 156 437f3b783d25
parent 151 68601c3a38a6
child 159 4d8dc6cfe24f
--- 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