I'm a bit confused how to use _set
in a QuerySet
in Django. For example, an object Blog b
, and the object Entry
related by the attribute entry_set
. What is the meaning of b.entry_set.all()
?
I would appreciate if someone could use this example to display the possible output.
See Question&Answers more detail:os