diff -r 397c6a042106 -r 0df6b07cf813 src/pyams_form.egg-info/PKG-INFO --- 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