forked from DGNum/gestioCOF
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=[
|
fields=[
|
||||||
('id', models.AutoField(verbose_name='ID', serialize=False,
|
('id', models.AutoField(verbose_name='ID', serialize=False,
|
||||||
auto_created=True, primary_key=True)),
|
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)),
|
unique=True)),
|
||||||
],
|
],
|
||||||
options={
|
options={
|
||||||
|
|
Loading…
Add table
Reference in a new issue