src/pyams_utils.egg-info/PKG-INFO
changeset 102 6206a2ae7053
parent 83 7dd73b88e345
child 108 1a9d8c43dba0
equal deleted inserted replaced
101:8b2786685e8b 102:6206a2ae7053
     1 Metadata-Version: 1.1
     1 Metadata-Version: 1.1
     2 Name: pyams-utils
     2 Name: pyams-utils
     3 Version: 0.1.4
     3 Version: 0.1.5
     4 Summary: Utility functions and classes for PyAMS
     4 Summary: Utility functions and classes for PyAMS
     5 Home-page: http://www.ztfy.org
     5 Home-page: http://www.ztfy.org
     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
    45         
    45         
    46         
    46         
    47         Changelog
    47         Changelog
    48         =========
    48         =========
    49         
    49         
       
    50         0.1.5
       
    51         -----
       
    52          - refactored request and session properties management
       
    53          - added check for multi-adapter lookup on IHTMLRenderer interface in 'html' TALES extension
       
    54          - update docstrings
       
    55         
    50         0.1.4
    56         0.1.4
    51         -----
    57         -----
    52          - added "condition" optional argument to "get_parent" traversing helper to retrieve a parent only if given function
    58          - added "condition" optional argument to "get_parent" traversing helper to retrieve a parent only if given function
    53            returns a "True" value when called with parent as argument
    59            returns a "True" value when called with parent as argument
    54          - added annotation for vocabulary registry
    60          - added annotation for vocabulary registry