Esempio n. 1
0
 def current_identities(self):
     return Identity.shared_with_group(self).filter(only_current_provider())
Esempio n. 2
0
 def current_identities(self):
     return Identity.shared_with_group(self).filter(only_current_provider(), only_active_provider())