You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
427 B
Python
19 lines
427 B
Python
# Generated by Django 4.2.20 on 2025-10-10 15:47
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('members', '0044_alter_membertraining_options'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='membertraining',
|
|
name='title',
|
|
field=models.CharField(max_length=150, verbose_name='Title'),
|
|
),
|
|
]
|