18 lines
401 B
Python
18 lines
401 B
Python
# Generated by Django 2.2.4 on 2019-08-10 14:10
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('users', '0037_auto_20190810_1608'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='adhesion',
|
|
options={'verbose_name': 'membership year', 'verbose_name_plural': 'membership years'},
|
|
),
|
|
]
|