commit
aaf0d79b08
7 changed files with 67 additions and 3 deletions
@ -0,0 +1,20 @@ |
||||
# -*- coding: utf-8 -*- |
||||
# Generated by Django 1.11.6 on 2018-02-25 18:28 |
||||
from __future__ import unicode_literals |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('progress', '0006_auto_20180219_1323'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='progresslesson', |
||||
name='last_update', |
||||
field=models.DateTimeField(auto_now=True, verbose_name='Дата последнего изменения'), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue