[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/content -
file.py:1.5
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Sep 16 18:00:55 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces/content
In directory cvs.zope.org:/tmp/cvs-serv12226/src/zope/app/interfaces/content
Modified Files:
file.py
Log Message:
Do not reqqueire the content type to be specified.
=== Zope3/src/zope/app/interfaces/content/file.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/interfaces/content/file.py:1.4 Mon Apr 14 13:15:21 2003
+++ Zope3/src/zope/app/interfaces/content/file.py Tue Sep 16 18:00:55 2003
@@ -25,6 +25,7 @@
title = _(u'Content Type'),
description=_(u'The content type identifies the type of data.'),
default = 'text/plain',
+ required=False
)
data = zope.schema.Bytes(
More information about the Zope3-Checkins
mailing list