mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
pedagogy: importation from old uv guide
This commit is contained in:
@ -211,7 +211,7 @@ class UVComment(models.Model):
|
||||
null=False,
|
||||
default=-1,
|
||||
)
|
||||
publish_date = models.DateField(_("publish date"), auto_now=True)
|
||||
publish_date = models.DateTimeField(_("publish date"), auto_now=True)
|
||||
|
||||
|
||||
class UVResult(models.Model):
|
||||
|
Reference in New Issue
Block a user