diff --git a/django_mailbox/models.py b/django_mailbox/models.py index be74778..a9f7905 100644 --- a/django_mailbox/models.py +++ b/django_mailbox/models.py @@ -477,7 +477,7 @@ class Message(models.Model): processed = models.DateTimeField( _('Processed'), - auto_now_add=True + default=now ) read = models.DateTimeField(