Skip to content
Snippets Groups Projects
Select Git revision
  • d5657470b8d39624561ffb12dfcfddb982f9e02b
  • main default protected
  • renovate/djangorestframework-3.x
  • renovate/django-5.x
  • renovate/django-bootstrap5-25.x
  • renovate/django-debug-toolbar-6.x
  • renovate/jsonschema-4.x
  • koma/feature/preference-polling-form
8 results

0055_ak_export.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0055_ak_export.py 453 B
    # Generated by Django 3.2.16 on 2022-12-26 22:38
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
    
        dependencies = [
            ('AKModel', '0054_default_slots'),
        ]
    
        operations = [
            migrations.AddField(
                model_name='ak',
                name='include_in_export',
                field=models.BooleanField(default=True, help_text='Include AK in wiki export?', verbose_name='Export?'),
            ),
        ]