from django.db.models import Avg from django.db import connection. books = Book.objects.annotate(avg=Avg('bookorder__sailprice'))
確定! 回上一頁