Show latest read books first in goals page
This commit is contained in:
parent
25643faf72
commit
69b38bfe91
@ -247,7 +247,7 @@ class AnnualGoal(BookWyrmModel):
|
|||||||
''' the books you've read this year '''
|
''' the books you've read this year '''
|
||||||
return self.user.readthrough_set.filter(
|
return self.user.readthrough_set.filter(
|
||||||
finish_date__year__gte=self.year
|
finish_date__year__gte=self.year
|
||||||
).order_by('finish_date').all()
|
).order_by('-finish_date').all()
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user