PHP 8.3.31
Preview: 0001_noerror_initial.py Size: 608 B
//opt/cloudlinux/venv/lib64/python3.11/site-packages/pylint_django/tests/input/migrations/0001_noerror_initial.py

"""
Initial migration which should not raise any pylint warnings.
"""
# pylint: disable=missing-docstring, invalid-name
from django.db import migrations, models


class Migration(migrations.Migration):
    operations = [
        migrations.CreateModel(
            name="TestRun",
            fields=[
                ("id", models.AutoField(serialize=False, primary_key=True)),
                ("summary", models.TextField()),
                ("environment_id", models.IntegerField(default=0)),
                ("auto_update_run_status", models.BooleanField(default=False)),
            ],
        ),
    ]

Directory Contents

Dirs: 1 × Files: 7

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 07:30:35
Edit Download
608 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.04 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
137 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
575 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
448 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
467 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
0 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).