Skip to content
Snippets Groups Projects
Select Git revision
  • 13249fc6efb2169130ca92497b2e893758a8574e
  • master default protected
  • 2017-12-11
  • v2
  • v1
5 results

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