Log message for revision 86076: - improved docstring Changed: U CMF/branches/2.1/CMFDefault/formlib/schema.py
-=- Modified: CMF/branches/2.1/CMFDefault/formlib/schema.py =================================================================== --- CMF/branches/2.1/CMFDefault/formlib/schema.py 2008-05-02 10:13:14 UTC (rev 86075) +++ CMF/branches/2.1/CMFDefault/formlib/schema.py 2008-05-02 10:31:35 UTC (rev 86076) @@ -10,10 +10,11 @@ # FOR A PARTICULAR PURPOSE. # ############################################################################## -"""Formlib schema adapter base classes. +"""Formlib schema fields and schema adapter base classes. -This is legacy code. It should only be used to adapt old content types that -can't handle unicode and datetime correctly. +SchemaAdapterBase and ProxyFieldProperty are legacy code. They should only be +used to adapt old content types that can't handle unicode and datetime +correctly. $Id$ """ _______________________________________________ CMF-checkins mailing list [email protected] http://mail.zope.org/mailman/listinfo/cmf-checkins
