Compare commits

..

2 Commits

Author SHA1 Message Date
Lauréline Guérin 305d627cdd
snapshots: compare inspect (#87751)
gitea/chrono/pipeline/head There was a failure building this commit Details
2024-03-07 16:47:17 +01:00
Lauréline Guérin 60d9fc7c30
manager: inspect views (#87751) 2024-03-07 16:47:17 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='agenda',
name='desk_simple_management',
field=models.BooleanField(default=False),
field=models.BooleanField(default=False, verbose_name='Global desk management'),
),
]