mirror of https://gitlab.crans.org/bde/nk20
🐛 default last_report date is today, not the migration date
This commit is contained in:
parent
bb8e3aaccf
commit
979628b02d
|
@ -99,7 +99,7 @@ class Profile(models.Model):
|
||||||
|
|
||||||
last_report = models.DateField(
|
last_report = models.DateField(
|
||||||
verbose_name=_("last report date"),
|
verbose_name=_("last report date"),
|
||||||
default=timezone.now().date(),
|
default=timezone.now,
|
||||||
)
|
)
|
||||||
|
|
||||||
email_confirmed = models.BooleanField(
|
email_confirmed = models.BooleanField(
|
||||||
|
|
Loading…
Reference in New Issue