Skip to content
Snippets Groups Projects
Select Git revision
  • ac67eba694e1f91727c2961ef10a3d0ec1f796bd
  • main default protected
  • renovate/django-5.x
  • koma/feature/preference-polling-form
4 results

0058_alter_ak_options.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0058_alter_ak_options.py 381 B
    # Generated by Django 4.1.9 on 2023-05-15 18:47
    
    from django.db import migrations
    
    
    class Migration(migrations.Migration):
    
        dependencies = [
            ('AKModel', '0057_upgrades'),
        ]
    
        operations = [
            migrations.AlterModelOptions(
                name='ak',
                options={'ordering': ['pk'], 'verbose_name': 'AK', 'verbose_name_plural': 'AKs'},
            ),
        ]