mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
pedagogy: don't update uv comment publish date at each save
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.20 on 2019-06-18 15:02
|
||||
# Generated by Django 1.11.20 on 2019-06-18 20:07
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.conf import settings
|
||||
@ -248,7 +248,7 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
(
|
||||
"publish_date",
|
||||
models.DateTimeField(auto_now=True, verbose_name="publish date"),
|
||||
models.DateTimeField(blank=True, verbose_name="publish date"),
|
||||
),
|
||||
(
|
||||
"author",
|
||||
|
Reference in New Issue
Block a user