Agile育成ブログ
未来を変える喜びを
Django

Django-Qオブジェクト


Warning: count(): Parameter must be an array or an object that implements Countable in /home/xs638785/agile-software.site/public_html/wp-content/plugins/rich-table-of-content/functions.php on line 490

Qオブジェクトは、モデルのデータの中からor検索をする時に使われます。
Qオブジェクトは、filterメソッドとともに使われることが多い

friends = FriendRequest.objects.filter(Q(askTo=request.user) & Q(approved=True))

You cannot copy content of this page