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.
投稿のリストを表示し、それぞれに 5 つの最新のコメントを表示したいと考えています。最小数のデータベースクエリでそれを行うにはどうすればよいですか?
Post.objects.filter(...).prefetch_related('comment_set')
必要なコメントはごくわずかですが、すべてのコメントを取得します。