afterInit is not called
Closed this issue · 2 comments
erikkaplun commented
twistar.util.createInstances
is the only place where it's called which means Model()
does not invoke afterInit
. This is in implicit violation of what the docstring of DBObject.__init__
says:
def __init__(self, **kwargs):
"""
Constructor. DO NOT OVERWRITE. Use the L{DBObject.afterInit} method.
erikkaplun commented
Fixed in pull request #31