Merge branch 'release/v12.42' into develop
This commit is contained in:
@@ -43,6 +43,7 @@ class Command(BaseCommand):
|
|||||||
|
|
||||||
for r in rs:
|
for r in rs:
|
||||||
workouts = Workout.objects.filter(user=r,
|
workouts = Workout.objects.filter(user=r,
|
||||||
|
duplicate=False,
|
||||||
startdatetime__gte=timezone.now()-datetime.timedelta(days=2))
|
startdatetime__gte=timezone.now()-datetime.timedelta(days=2))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user