|
|
Choosing A Webhost: |
Archetypes Field.py,1.150,1.151: msg#00158web.zope.plone.archetypes.cvs
Update of /cvsroot/archetypes/Archetypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3282 Modified Files: Field.py Log Message: Made schema arg in ReferenceField.set optional. Index: Field.py =================================================================== RCS file: /cvsroot/archetypes/Archetypes/Field.py,v retrieving revision 1.150 retrieving revision 1.151 diff -u -d -r1.150 -r1.151 --- Field.py 28 Feb 2004 10:48:27 -0000 1.150 +++ Field.py 28 Feb 2004 16:02:57 -0000 1.151 @@ -893,7 +893,7 @@ # Remove schema added by Accessors/Mutator # It'll cause problems on addReference - del kwargs['schema'] + if kwargs.has_key('schema'): del kwargs['schema'] # Establish the relation through the ReferenceEngine tool=getToolByName(instance, REFERENCE_CATALOG) ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | ArchGenXML ArchGenXML.py,1.107,1.108, zworkb |
|---|---|
| Next by Date: | Archetypes/skins/archetypes/widgets reference.pt,1.22,1.23, dpunktnpunkt |
| Previous by Thread: | ArchGenXML ArchGenXML.py,1.107,1.108, zworkb |
| Next by Thread: | Archetypes/skins/archetypes/widgets reference.pt,1.22,1.23, dpunktnpunkt |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |