mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-10-31 15:50:03 +01:00 
			
		
		
		
	🐛 default last_report date is today, not the migration date
This commit is contained in:
		| @@ -99,7 +99,7 @@ class Profile(models.Model): | ||||
|  | ||||
|     last_report = models.DateField( | ||||
|         verbose_name=_("last report date"), | ||||
|         default=timezone.now().date(), | ||||
|         default=timezone.now, | ||||
|     ) | ||||
|  | ||||
|     email_confirmed = models.BooleanField( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user