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

0018_merge_20191023_2227.py

Blame
  • Benjamin Hättasch's avatar
    Benjamin Hättasch authored
    Resolve conflicts (AKSubmission views and translations)
    Add merge migration
    Fix owner slug migration for existing entries
    94603976
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0018_merge_20191023_2227.py 267 B
    # Generated by Django 2.2.6 on 2019-10-23 22:27
    
    from django.db import migrations
    
    
    class Migration(migrations.Migration):
    
        dependencies = [
            ('AKModel', '0016_category_description'),
            ('AKModel', '0017_owner_slug'),
        ]
    
        operations = [
        ]