Answer the question
In order to leave comments, you need to log in
Django, how to select three models?
class Empl(models.Model):
pass
class Order(models.Model):
empl = models.ForeignKey(Empl)
class Pay(models.Model):
emply = model.ForeignKey(Empl)
Answer the question
In order to leave comments, you need to log in
Something like:
distinct - since feedback is used and there may be duplicates.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question