[CMF-checkins] SVN: CMF/branches/2.1/CMFDefault/formlib/schema.py - improved docstring

Yvo Schubbe y.2008 at wcm-solutions.de
Fri May 2 06:31:35 EDT 2008


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$
 """



More information about the CMF-checkins mailing list