Skip to content
Snippets Groups Projects
Select Git revision
  • 253c5cd3c6beac06fcdfd3ea4a4118585d5e42d4
  • main default protected
  • feature/export-filtering
  • feature/clear-schedule-button
  • fix/responsive-cols-in-polls
  • feature/preference-polling-form
  • feature/json-export-via-rest-framework
  • feature/json-schedule-import-tests
  • fix/add-room-import-only-once
  • ak-import
  • renovate/django-simple-history-3.x
  • renovate/django-debug-toolbar-4.x
  • renovate/django-5.x
  • renovate/mysqlclient-2.x
14 results

update.sh

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.
    0016_category_description.py 467 B
    # Generated by Django 2.2.6 on 2019-10-20 17:47
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
    
        dependencies = [
            ('AKModel', '0015_ak_present_field'),
        ]
    
        operations = [
            migrations.AddField(
                model_name='akcategory',
                name='description',
                field=models.TextField(blank=True, help_text='Short description of this AK Category', verbose_name='Description'),
            ),
        ]