Example #1
0
 def wars(self):
     from war import War
     return War.objects(Q(aggressors=self) | Q(defenders=self))