mirror of https://gitlab.crans.org/bde/nk20
19 lines
426 B
Python
19 lines
426 B
Python
|
# Generated by Django 2.2.28 on 2023-01-28 17:50
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('wei', '0004_auto_20220904_2325'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterField(
|
||
|
model_name='weiclub',
|
||
|
name='year',
|
||
|
field=models.PositiveIntegerField(default=2023, unique=True, verbose_name='year'),
|
||
|
),
|
||
|
]
|