blob: 5c51aeeb7f6af6e181c1610a084489397a296ee7 [file] [log] [blame]
#two lines formatting is important
filter(Q(myfield=123),
Q(myanotherfield=321))
a = filter(Q(myfield=123),
Q(myanotherfield=321))