0.7b3 Documentation Error

Issue #2111 resolved
Former user created an issue

It is not a bug but couldn't find where else to post. New to Alchemy and found out that using Base as the parent class on a derived class will not give you the id on the on the parent class. In summary, it should be:

class parent(Base):

...

class child(parent):

...

Thank you.

Comments (5)

  1. Log in to comment