RE: [Zope-dev] adding attributes to a python product

2000-06-29 Thread Brian Lloyd
I have a Python Product that I'm developing. During the course of development, I want to add a new attribute. All new instances get this attribute, as it is defined with a default value in the constructor. In addition, all instances that get edited via the web get the attribute, as the

Re: [Zope-dev] adding attributes to a python product

2000-06-29 Thread Jeff K. Hoffman
On Thu, 29 Jun 2000, Steve Alexander wrote: Hi folks, Is there any way of interacting with the ZODB persistence machinery to add the default attribute to all instances as they are brought out of persistent storage -- so that I can just restart Zope, and have all of my instances updated as