You Must also Using Django F() and Count() annotate functions... Try Below code: Blog.objects.annotate( author_titles=Count('author__title'), ...
確定! 回上一頁