Lets say that i have two models: Category and Product
class Category(models.Model): name = models.CharField(max_length=\'255\') parent = models.Foreig