Answer the question
In order to leave comments, you need to log in
How to filter the list by parent parent?
class Category(models.Model):
pass
class News(models.Model):
category = models.ForeignKey(Category)
class Message(models.Model):
news = models.ForeignKey(News)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question