corrected migration
This commit is contained in:
parent
843704c7f8
commit
67b23051b6
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 2.2.9 on 2020-02-19 20:30
|
||||
# Generated by Django 2.2.9 on 2020-02-19 21:50
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
@ -13,6 +13,6 @@ class Migration(migrations.Migration):
|
|||
migrations.AddField(
|
||||
model_name='profile',
|
||||
name='pronoun',
|
||||
field=models.CharField(blank=True, max_length=15, verbose_name='pronom utilisé'),
|
||||
field=models.CharField(blank=True, max_length=1023, verbose_name='pronom(s) utilisé(s)'),
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue