src/pyams_form.egg-info/PKG-INFO
changeset 69 0df6b07cf813
parent 63 e48fcd062faf
child 74 946d4f09ab9f
--- a/src/pyams_form.egg-info/PKG-INFO	Fri Oct 13 09:05:26 2017 +0200
+++ b/src/pyams_form.egg-info/PKG-INFO	Fri Oct 13 10:20:11 2017 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-form
-Version: 0.1.7
+Version: 0.1.8
 Summary: PyAMS base form interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_form
 Author: Thierry Florac
@@ -11,6 +11,12 @@
         History
         =======
         
+        0.1.8
+        -----
+         - updated form widgets group interface to add fieldset class
+         - added ValidationError exception management "after-update" in AJAX forms; these exceptions can
+           occur when forms contain "file" input fields of invalid content-type
+        
         0.1.7
         -----
          - reify permission in protected form object mixin base class