We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have a column of a custom type, and I want a reference to the parent for the child. I want to be able to do:
foo = Participant.from_username('foo') foo.email.send(message)
... and inside send have access to foo.username, etc.
send
foo.username