Skip to content
Snippets Groups Projects
Select Git revision
  • acac1a6234f7cc28d1bce27741d37ef598674ce3
  • master default protected
  • datepicker-non-cdn
  • dev-and-graphics
  • readable-ak-times
  • feature-constraint-checking-wip
  • feature-constraint-checking
7 results

0042_akslot_fixed.py

Blame
  • Forked from KIF / AKPlanning
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0042_akslot_fixed.py 483 B
    # Generated by Django 3.0.6 on 2020-11-04 23:31
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
    
        dependencies = [
            ('AKModel', '0041_constraint_violation'),
        ]
    
        operations = [
            migrations.AddField(
                model_name='akslot',
                name='fixed',
                field=models.BooleanField(default=False, help_text='Length and time of this AK should not be changed', verbose_name='Scheduling Fixed'),
            ),
        ]