Commit c36456d9 authored by Jeremy Hylton's avatar Jeremy Hylton

Remove deprecated __changed__() but leave comment "why?".

parent 0c9ec47f
...@@ -209,7 +209,7 @@ class Catalog(Persistent, Acquisition.Implicit, ExtensionClass.Base): ...@@ -209,7 +209,7 @@ class Catalog(Persistent, Acquisition.Implicit, ExtensionClass.Base):
# new column? update the brain # new column? update the brain
self.updateBrains() self.updateBrains()
self.__changed__(1) #why? self._p_changed = 1 # why?
def delColumn(self, name): def delColumn(self, name):
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment