mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 17:52:27 +07:00
2 lines
141 B
Python
2 lines
141 B
Python
personnes = [p for p in Personne.objects.filter(
|
|
Q(administrateur__societe__notation_ok=True) | Q(dirigeant__societe__notation_ok=True))] |