mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
🐛 timezone.now is a DateTime, not a Date
This commit is contained in:
@ -97,7 +97,7 @@ class Profile(models.Model):
|
||||
default=0,
|
||||
)
|
||||
|
||||
last_report = models.DateField(
|
||||
last_report = models.DateTimeField(
|
||||
verbose_name=_("last report date"),
|
||||
default=timezone.now,
|
||||
)
|
||||
|
Reference in New Issue
Block a user