2020-02-19 22:51:27 +01:00
|
|
|
# Generated by Django 2.2.9 on 2020-02-19 21:50
|
2020-02-19 21:42:36 +01:00
|
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
('fiches', '0004_auto_20200212_2130'),
|
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AddField(
|
|
|
|
model_name='profile',
|
|
|
|
name='pronoun',
|
2020-02-19 22:51:27 +01:00
|
|
|
field=models.CharField(blank=True, max_length=1023, verbose_name='pronom(s) utilisé(s)'),
|
2020-02-19 21:42:36 +01:00
|
|
|
),
|
|
|
|
]
|