fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix progress sync
[wolnelektury.git]
/
src
/
social
/
models.py
diff --git
a/src/social/models.py
b/src/social/models.py
index
2692538
..
b0f2f7f
100644
(file)
--- a/
src/social/models.py
+++ b/
src/social/models.py
@@
-244,7
+244,8
@@
class Progress(Syncable, models.Model):
def create_from_data(cls, user, data):
return cls.objects.create(
user=user,
- book=data['book']
+ book=data['book'],
+ reported_timestamp=now(),
)
def save(self, *args, **kwargs):