Coquille
This commit is contained in:
parent
bb2afccdc7
commit
9ed8d35aab
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Migration(migrations.Migration):
|
|||
fields=[
|
||||
('id', models.AutoField(verbose_name='ID', serialize=False,
|
||||
auto_created=True, primary_key=True)),
|
||||
('name', models.CharField(max_length=300, verbose_name='Nom',
|
||||
('name', models.CharField(max_length=100, verbose_name='Nom',
|
||||
unique=True)),
|
||||
],
|
||||
options={
|
||||
|
|
Loading…
Reference in a new issue