[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/content - sql.py:1.10

sree sree at mahiti.org
Wed Dec 17 05:21:19 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/interfaces/content
In directory cvs.zope.org:/tmp/cvs-serv2121/interfaces/content

Modified Files:
	sql.py 
Log Message:
add views for file, image, dtml document, template file
Also have added ASCII widget in replace ment for Bytes field..
ASCII for text areas
Bytes should now on be used only for File/Binary data...


=== Zope3/src/zope/app/interfaces/content/sql.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/interfaces/content/sql.py:1.9	Tue Dec 16 10:42:02 2003
+++ Zope3/src/zope/app/interfaces/content/sql.py	Wed Dec 17 05:20:48 2003
@@ -54,7 +54,7 @@
         default='',
         missing_value='')
 
-    source = zope.schema.Bytes(
+    source = zope.schema.ASCII(
         title=_(u"Source"),
         description=_(u"The SQL command to be run."),
         required=False,




More information about the Zope3-Checkins mailing list