-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
self() #81
Comments
/cc @drewbanin |
@jthandy I'm thinking we go for |
Sure, sounds good to me! On Mon, Aug 8, 2016 at 3:14 PM -0400, "Drew Banin" [email protected] wrote: @jthandy self is essentially a reserved word in object-oriented python, so trying to use self here clashes with the jinja2 rendering implementation I'm thinking we go for {{this}} instead. not sure it needs to be a function — |
implement a
self()
function that returnsschema_name.model_name
. this will be helpful in pre- and post-hooks as outlined here: #22The text was updated successfully, but these errors were encountered: