PHP 8.3.31
Preview: 0004_noerror_with_backwards.py Size: 467 B
//opt/cloudlinux/venv/lib64/python3.11/site-packages/pylint_django/tests/input/migrations/0004_noerror_with_backwards.py

# pylint: disable=missing-docstring, invalid-name
from django.db import migrations


def forwards_test(apps, schema_editor):
    pass


def backwards_test(apps, schema_editor):
    pass


class Migration(migrations.Migration):

    operations = [
        migrations.RunPython(forwards_test, backwards_test),
        migrations.RunPython(forwards_test, reverse_code=backwards_test),
        migrations.RunPython(code=forwards_test, reverse_code=backwards_test),
    ]

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).