-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Refs #24121 -- Added __repr__() to Origin and Template. #14119
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
Conversation
Hello @tiagohonorato! Thank you for your contribution 💪 As it's your first contribution be sure to check out the patch review checklist. If you're fixing a ticket from Trac make sure to set the "Has patch" flag and include a link to this PR in the ticket! If you have any design or process questions then you can ask in the Django forum. Welcome aboard ⛵️! |
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.
Don’t forget to add the PR to the trac ticket!
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.
@tiagohonorato Thanks for this patch 👍 Can you also prepare __repr__()
for Template
class? (it's in the same file)
@felixxm for sure! :) |
edef0e6
to
dc441a1
Compare
@tiagohonorato Thanks 👍 Welcome aboard ⛵ |
dc441a1
to
65ab2fa
Compare
65ab2fa
to
4f4f770
Compare
This adds an implementation for
Origin.__repr__()
and it is part of ticket-24121Signed-off-by: Tiago Honorato tiagohonorato1@gmail.com