19 lines
427 B
Python
19 lines
427 B
Python
|
# Generated by Django 2.0.5 on 2018-06-07 05:22
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('manuels', '0023_auto_20180604_1827'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='book',
|
||
|
name='other_editor',
|
||
|
field=models.CharField(blank=True, max_length=100, verbose_name='préciser'),
|
||
|
),
|
||
|
]
|