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

__init__.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0022_remove_akowner_email.py 317 B
    # Generated by Django 2.2.6 on 2019-10-25 12:38
    
    from django.db import migrations
    
    
    class Migration(migrations.Migration):
        dependencies = [
            ('AKModel', '0021_base_url'),
        ]
    
        operations = [
            migrations.RemoveField(
                model_name='akowner',
                name='email',
            ),
        ]