X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/078017198692badda854eb70f7a5431112aed007..819c427b704a53b2e62794160fcf7b29e6772424:/src/social/models.py diff --git a/src/social/models.py b/src/social/models.py index 2692538be..b0f2f7fb7 100644 --- 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):