PR feedback

This commit is contained in:
Joel Bradshaw
2020-11-25 22:36:55 -08:00
parent f57d9ee45d
commit e7c0368168
3 changed files with 3 additions and 8 deletions

View File

@@ -563,7 +563,8 @@ def book_page(request, book_id):
).order_by('start_date')
for readthrough in readthroughs:
readthrough.progress_updates = readthrough.progressupdate_set.all().order_by('date')
readthrough.progress_updates = \
readthrough.progressupdate_set.all().order_by('date')
rating = reviews.aggregate(Avg('rating'))
tags = models.Tag.objects.filter(