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

0012_ak_wish.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0012_ak_wish.py 517 B
    # Generated by Django 2.2.6 on 2019-10-18 09:00
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
        dependencies = [
            ('AKModel', '0011_remove_null_event_slug_field'),
        ]
    
        operations = [
            migrations.AlterField(
                model_name='ak',
                name='owners',
                field=models.ManyToManyField(blank=True, help_text='Those organizing the AK', to='AKModel.AKOwner',
                                             verbose_name='Owners'),
            ),
        ]