Skip to content
Snippets Groups Projects
Select Git revision
  • 5b51d754876258a348e746e673184267f8f7820b
  • main default protected
  • docker
  • feature-tracker
  • fix-api
  • feature-event-wizard
  • feature-akslides
  • fix-history-interest
  • feature-constraint-checking-wip
  • feature-constraint-checking
10 results

__init__.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.
    0033_AKOnline.py 356 B
    # Generated by Django 3.0.6 on 2020-05-17 20:02
    
    from django.db import migrations
    
    
    class Migration(migrations.Migration):
        dependencies = [
            ('AKModel', '0032_AK_history'),
        ]
    
        operations = [
            migrations.RenameField(
                model_name='room',
                old_name='building',
                new_name='location',
            ),
        ]