In the url:
https://docs.djangoproject.com/en/dev/intro/tutorial01/#playing-with-the-api
I'm unable to understand this line:
# Display any choices from the related object set -- none so far. >>> q.choice_set.all() q is an instance of Question, and no where we have defined the attribute choice_set, so how come it is working ?