fix поправлены баги для PR-41: косметические, создание объектов с пустыми именами. доработана PR-16remotes/origin/PR-49
parent
c55b306e5a
commit
41039288d9
5 changed files with 46 additions and 42 deletions
@ -0,0 +1,20 @@ |
||||
# -*- coding: utf-8 -*- |
||||
# Generated by Django 1.9.7 on 2016-12-07 16:16 |
||||
from __future__ import unicode_literals |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('work_sell', '0022_auto_20161207_1213'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='worksellphoto', |
||||
name='description', |
||||
field=models.TextField(blank=True), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue