3 changed files with 21 additions and 2 deletions
@ -0,0 +1,18 @@ |
|||
# Generated by Django 2.0.1 on 2018-03-15 12:37 |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('content', '0007_auto_20180309_1315'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterField( |
|||
model_name='category', |
|||
name='description', |
|||
field=models.TextField(blank=True, default='', verbose_name='Description de la catégorie'), |
|||
), |
|||
] |
|||
Loading…
Reference in new issue