mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
7 lines
140 B
Python
7 lines
140 B
Python
#two lines formatting is important
|
|
filter(Q(myfield=123),
|
|
Q(myanotherfield=321))
|
|
|
|
a = filter(Q(myfield=123),
|
|
Q(myanotherfield=321))
|