mirror of https://gitlab.crans.org/bde/nk20
19 lines
435 B
Python
19 lines
435 B
Python
|
# Generated by Django 2.2.28 on 2024-01-11 14:45
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('wei', '0007_help_text_emergency_contact'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterField(
|
||
|
model_name='weiclub',
|
||
|
name='year',
|
||
|
field=models.PositiveIntegerField(default=2024, unique=True, verbose_name='year'),
|
||
|
),
|
||
|
]
|