예제 #1
0
 def current_identities(self):
     return Identity.shared_with_group(self).filter(only_current_provider())
예제 #2
0
파일: group.py 프로젝트: j143-zz/atmosphere
 def current_identities(self):
     return Identity.shared_with_group(self).filter(only_current_provider(), only_active_provider())