Skip to content
Snippets Groups Projects
Select Git revision
  • f4b2d815a025bcb819e9d79a4438b97b73e95f24
  • main default protected
2 results

README.md

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'),
            ),
        ]