Improve teams settings invites and due tasks
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.17 on 2026-08-23 13:03
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0011_alter_item_kanban_status_alter_item_kind_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='userpreference',
|
||||
name='language',
|
||||
field=models.CharField(blank=True, choices=[('', 'Browser default'), ('de', 'Deutsch'), ('en', 'English')], default='', max_length=10),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user