Migrations for previous change
This commit is contained in:
parent
89abad4430
commit
3a24ee2459
18
migrations/0005_alter_userprofile_language_code.py
Normal file
18
migrations/0005_alter_userprofile_language_code.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.2 on 2024-11-01 19:29
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0004_userprofile_mail_pending'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='userprofile',
|
||||
name='language_code',
|
||||
field=models.CharField(choices=[('en', 'English'), ('de', 'Deutsch')], default='en', max_length=150),
|
||||
),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user