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.
kompass/jdav_web/logindata/migrations/0002_alter_registrationpass...

18 lines
432 B
Python

# Generated by Django 4.0.1 on 2024-11-24 00:36
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('logindata', '0001_initial'),
]
operations = [
migrations.AlterModelOptions(
name='registrationpassword',
options={'verbose_name': 'Active registration password', 'verbose_name_plural': 'Active registration passwords'},
),
]