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

models.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0062_interest_no_history.py 324 B
    # Generated by Django 4.2.13 on 2025-02-26 22:35
    
    from django.db import migrations
    
    
    class Migration(migrations.Migration):
    
        dependencies = [
            ('AKModel', '0061_types'),
        ]
    
        operations = [
            migrations.RemoveField(
                model_name='historicalak',
                name='interest',
            ),
        ]