mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Fixed locales
+Pronoun description on the user's profile Signed-off-by: Ailé <03ht@theodurr.fr>
This commit is contained in:
18
core/migrations/0037_auto_20211105_1708.py
Normal file
18
core/migrations/0037_auto_20211105_1708.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.2.24 on 2021-11-05 16:08
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0036_auto_20211001_0248'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='user',
|
||||
name='pronouns',
|
||||
field=models.CharField(default='', max_length=64, verbose_name='pronouns'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user