src/pyams_form.egg-info/PKG-INFO
changeset 122 e8d0176a4f42
parent 112 17dcac4dc388
child 134 6fe99f3112bb
--- a/src/pyams_form.egg-info/PKG-INFO	Tue Jun 26 12:55:37 2018 +0200
+++ b/src/pyams_form.egg-info/PKG-INFO	Thu Jun 28 08:35:56 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-form
-Version: 0.1.13
+Version: 0.1.14
 Summary: PyAMS base form interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_form
 Author: Thierry Florac
@@ -12,6 +12,11 @@
         History
         =======
         
+        0.1.14
+        ------
+         - updated "ajax_config" decorator to improve handling of overriden "get_ajax_output" method
+         - added transaction savepoint after form update to finalize all components state before rendering
+        
         0.1.13
         ------
          - added optional "factory" argument to "NamedWidgetsGroups" function