Metadata-Version: 1.0
Name: plone.app.relationfield
Version: 1.0b4dev-r0
Summary: Plone support for z3c.relationfield
Home-page: http://code.google.com/p/dexterity
Author: Alec Mitchell
Author-email: apm13@columbia.edu
License: GPL
Description: Overview
        ========
        
        Plone support for z3c.relationfield. If this package is installed, you
        should be able to use z3c.relationfield as per its documentation for
        Dexterity and Archetypes content.
        
        Note that this package does not depend on Dexterity or Archetypes directly.
        However, if plone.dexterity is installed, the DexterityContent base class
        will be marked with z3c.relationfield's IHasRelations. Similarly, if
        Products.Archetypes is installed, its BaseObject class will be marked with
        IHasIncomingRelations, thus allowing relationships to Archetypes objects from
        Dexterity content.
        
        Other types of content can be supported by appropriate use of these marker
        interfaces. See z3c.relationfield for more details.
        
        
        Changelog
        =========
        
        1.0b4 (2009-10-11)
        ------------------
        
        - Add plone.rfc822 field marshaler.
        [optilude]
        
        1.0b3 (2009-09-27)
        ------------------
        
        - Fix IObjectPath utility's resolve() method signature. Thanks Hedley Roos.
        [optilude]
        
        1.0b2 (2009-07-18)
        ------------------
        
        - Add IObjectPath utility. This is required for broken relationships to work.
        Without it, deleting an object that has inbound relations will cause an
        error. Arguably, this isn't the ideal package for this, somewhat more
        general utility, but it can always be moved later as it's not imported
        anywhere.
        [optilude]
        
        1.0b1 (2009-05-31)
        ------------------
        
        - Made Archetypes support truly optional.
        [hannosch]
        
        - Create glue package for adding z3c.relationfield support to Plone/Dexterity.
        
Keywords: dexterity relations plone zc.relation
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
