Django
I have next models:
class Group(models.Model): name = models.CharField(max_length=100) parent_group = models.ManyToManyField(\"self\", bla
Use it like a Manager. If you want all the objects then call the all() method.
all()