mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
pedagogy: importation from old uv guide
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.20 on 2019-06-18 08:52
|
||||
# Generated by Django 1.11.20 on 2019-06-18 15:02
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.conf import settings
|
||||
@ -248,7 +248,7 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
(
|
||||
"publish_date",
|
||||
models.DateField(auto_now=True, verbose_name="publish date"),
|
||||
models.DateTimeField(auto_now=True, verbose_name="publish date"),
|
||||
),
|
||||
(
|
||||
"author",
|
||||
|
@ -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