Metadata-Version: 1.0
Name: zope.app.generations
Version: 3.7.0
Summary: ZMI UI for zope.generations
Home-page: http://pypi.python.org/pypi/zope.app.generations
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Generations are a way of updating objects in the database when the application
        schema changes.  An application schema is essentially the structure of data,
        the structure of classes in the case of ZODB or the table descriptions in the
        case of a relational database.
        
        This package only contains the ZMI user interface for `zope.generations`_
        
        .. _zope.generations: http://pypi.python.org/pypi/zope.generations
        
        .. contents::
        
        =======
        CHANGES
        =======
        
        3.7.0 (2010-09-18)
        ------------------
        
        - Depends now on the extracted ``zope.generations``.
        
        
        3.6.0 (2010-09-17)
        ------------------
        
        - ``zope.app.generations`` depended on ``zope.app.applicationcontrol`` but
        did not declare it. Modernized dependecy to ``zope.applicationcontrol`` as
        the needed interface has been moved there.
        
        - Using python's ``doctest`` module instead of deprecated
        ``zope.testing.doctest[unit]``.
        
        - Replaced a testing dependency on ``zope.app.securitypolicy`` with one on
        ``zope.securitypolicy``.
        
        
        3.5.1 (2010-01-08)
        ------------------
        
        - Depend on new ``zope.processlifetime`` interfaces instead of using
        BBB imports from ``zope.app.appsetup``.
        
        - Fix ftesting.zcml due to ``zope.securitypolicy`` update.
        
        - Fix tests using a newer zope.publisher that requires zope.login.
        
        3.5.0 (2009-04-05)
        ------------------
        
        - Moved ``getRootFolder`` utility method from
        ``zope.app.zopeappgenerations`` to ``zope.app.generations.utility``.
        
        - Removed not necessary install dependency on ``zope.app.testing``.
        
        
        3.4.2 (2009-01-27)
        ------------------
        
        - Provide more logging output for the various stages and actions of evolving a
        database.
        
        - Fixed bug: A failing last generation would allow starting an app server
        without having evolved to the minimum generation.
        
        - Substitute zope.app.zapi by direct calls to its wrapped apis. See
        bug 219302.
        
        - Corrected author email and home page address.
        
        
        3.4.1 (2007-10-31)
        ------------------
        
        - Resolve ``ZopeSecurityPolicy`` deprecation warning.
        
        
        3.4.0 (2007-10-24)
        ------------------
        
        - Initial release independent of the main Zope tree.
        
Keywords: zope zmi zodb schema generation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
