SVN: CMF/branches/2.1/CMFDefault/formlib/schema.py - improved docstring
Yvo Schubbe <[email protected]> Fri, 2 May 2008 06:31:35 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.cmf.cvs |
|---|---|
| Message-ID | <[email protected]> |
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$ """