Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2018-04-15 14:45:17 +02:00
parent f614b17632
commit 13a673b7c3

View File

@@ -7616,7 +7616,7 @@ def cumstats(request,theuser=0,
if waterinclude:
allergworkouts = workoutse | workoutsw
allergworkouts = workouts.distinct().order_by("-date", "-starttime")
allergworkouts = allergworkouts.distinct().order_by("-date", "-starttime")
else:
allergworkouts = workoutse.order_by("-date","-starttime")