mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-22 03:18:24 +02:00
Display notes iff results are public
This commit is contained in:
18
apps/participation/migrations/0005_pool_results_available.py
Normal file
18
apps/participation/migrations/0005_pool_results_available.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.1.7 on 2021-04-10 07:57
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('participation', '0004_passage_defender_penalties'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='pool',
|
||||
name='results_available',
|
||||
field=models.BooleanField(default=False, help_text='Check this case when results become accessible to teams. They stay accessible to you. Only averages are given.', verbose_name='results available'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user