mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Since it finally works as expected now, I also updated test data files to include this extra line feed required by PEP8.
3 lines
142 B
Python
3 lines
142 B
Python
personnes = [p for p in Personne.objects.filter(
|
|
Q(administrateur__societe__notation_ok=True) | Q(dirigeant__societe__notation_ok=True))]
|