mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
1 line
134 B
Python
1 line
134 B
Python
personnes = [p for p in Personne.objects.filter(Q(administrateur__societe__notation_ok=True)|Q(dirigeant__societe__notation_ok=True))] |