Private
Public Access
1
0

dataprep routine fusing two dataframes

This commit is contained in:
Sander Roosendaal
2017-02-24 15:57:20 +01:00
parent 6f02e86e63
commit 97189ef02b
2 changed files with 22 additions and 2 deletions

View File

@@ -3601,7 +3601,7 @@ def workout_unsubscribe_view(request,id=0):
comments = WorkoutComment.objects.filter(workout=w,
user=request.user).order_by("created")
for c in comments:
for c in comments:
c.notification = False
c.save()