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

0021_base_url.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0035_event_plan_hidden.py 461 B
    # Generated by Django 3.0.6 on 2020-05-19 20:08
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
    
        dependencies = [
            ('AKModel', '0034_room_rename_field'),
        ]
    
        operations = [
            migrations.AddField(
                model_name='event',
                name='plan_hidden',
                field=models.BooleanField(default=True, help_text='Hides plan for non-staff users', verbose_name='Plan Hidden'),
            ),
        ]