Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は現在、djangoで検索機能を実装しようとしており、フィルター機能を使用しています。関数を調べた後、2 つの異なるオブジェクト セットを結合し、2 つのセット内の共通オブジェクトを削除する方法を特定する関数が見つかりませんでした。
set1= book.objects.filter(name='Python') set2= book.objects.filter(author_name='Mona')
そうするために呼び出すことができる関数はありますか?
本当にありがとう