Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • renovate/mcr.microsoft.com-playwright-1.x
  • renovate/playwright-monorepo
  • renovate/sveltejs-vite-plugin-svelte-6.x
  • renovate/eslint-plugin-svelte-3.x
  • renovate/svelte-5.x
  • renovate/svelte-check-4.x
  • renovate/eslint-config-prettier-10.x
  • renovate/svelte-preprocess-6.x
  • renovate/major-eslint-monorepo
  • renovate/cookie-1.x
  • dominik-opinions
  • use-new-resolutions
13 results

playwright.config.ts

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0012_ak_wish.py 517 B
    # Generated by Django 2.2.6 on 2019-10-18 09:00
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
        dependencies = [
            ('AKModel', '0011_remove_null_event_slug_field'),
        ]
    
        operations = [
            migrations.AlterField(
                model_name='ak',
                name='owners',
                field=models.ManyToManyField(blank=True, help_text='Those organizing the AK', to='AKModel.AKOwner',
                                             verbose_name='Owners'),
            ),
        ]