-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add support for dj32 #69
Conversation
garnett/expressions.py
Outdated
): | ||
rhs = super().resolve_expression(query, allow_joins, reuse, summarize, for_save) | ||
def resolve_expression(self, *args, **kwargs): | ||
print(args, kwargs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we use logging.debug
instead of print
?
or other flag to make this print
not work at production.
e.g. settings.DEBUG
in Django
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @shabbywu, thanks for your review. This PR is an early state, and we'll probably remove the print
statement entirely. Hope that helps.
8d99d08
to
ab7b27d
Compare
Nice 👌 |
No description provided.