Example #1
0
 def get_related_fields(self, using="default"):
     collector = NestedObjects(using=using)
     collector.collect([self])
     return collector.instances_with_model()