src/pyams_form.egg-info/PKG-INFO
changeset 122 e8d0176a4f42
parent 112 17dcac4dc388
child 134 6fe99f3112bb
equal deleted inserted replaced
121:cd6dec930b3e 122:e8d0176a4f42
     1 Metadata-Version: 1.1
     1 Metadata-Version: 1.1
     2 Name: pyams-form
     2 Name: pyams-form
     3 Version: 0.1.13
     3 Version: 0.1.14
     4 Summary: PyAMS base form interfaces and classes
     4 Summary: PyAMS base form interfaces and classes
     5 Home-page: http://hg.ztfy.org/pyams/pyams_form
     5 Home-page: http://hg.ztfy.org/pyams/pyams_form
     6 Author: Thierry Florac
     6 Author: Thierry Florac
     7 Author-email: tflorac@ulthar.net
     7 Author-email: tflorac@ulthar.net
     8 License: ZPL
     8 License: ZPL
     9 Description-Content-Type: UNKNOWN
     9 Description-Content-Type: UNKNOWN
    10 Description: 
    10 Description: 
    11         
    11         
    12         History
    12         History
    13         =======
    13         =======
       
    14         
       
    15         0.1.14
       
    16         ------
       
    17          - updated "ajax_config" decorator to improve handling of overriden "get_ajax_output" method
       
    18          - added transaction savepoint after form update to finalize all components state before rendering
    14         
    19         
    15         0.1.13
    20         0.1.13
    16         ------
    21         ------
    17          - added optional "factory" argument to "NamedWidgetsGroups" function
    22          - added optional "factory" argument to "NamedWidgetsGroups" function
    18          - added "ajax_config" class decorator to declare AJAX views
    23          - added "ajax_config" class decorator to declare AJAX views