DjangoのQueryメモ

foo = F00.objects.filter(Q(bar=bar) & Q(hoge=hoge)).get()

Djangoメモ