Testing the Anvil ORM

What I’ve tried and what’s not working:
Testing the Anvil ORM module, available at this link:
Tutorial — Anvil ORM documentation

I get this error when trying to populate the tables after “Add Some Entries”
seems to be something with
TypeError: __init__() got an unexpected keyword argument 'cls'
in class Relationship

@property
def cls():
     .........
1 Like

Could you perhaps log this as an issue on the github repo rather than here?

2 Likes

yes, i will certainly do that …