parent
0da7941390
commit
ecda64402f
@ -0,0 +1,23 @@ |
|||||||
|
# Generated by Django 5.1 on 2025-08-26 08:20 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0136_rename_hidden_club_admin_visible'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='playerregistration', |
||||||
|
name='is_anonymous', |
||||||
|
field=models.BooleanField(default=False), |
||||||
|
), |
||||||
|
migrations.AlterField( |
||||||
|
model_name='tournament', |
||||||
|
name='federal_age_category', |
||||||
|
field=models.IntegerField(choices=[(0, ''), (100, 'U10'), (120, 'U12'), (140, 'U14'), (160, 'U16'), (180, 'U18'), (200, 'Senior'), (450, '+45 ans'), (550, '+55 ans')], default=200), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue