🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:29:41 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pylint_django
/
tests
/
input
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/pylint_django/tests/input
🔄 Refresh
✏️
Editing: func_noerror_foreign_key_package.py
Read Only
""" Checks that Pylint does not complain about ForeignKey pointing to model in module of models package """ # pylint: disable=missing-docstring from django.db import models class Book(models.Model): author = models.ForeignKey(to="pylint_django.tests.input.Author", on_delete=models.CASCADE) def get_author_name(self): return self.author.id
💾 Save Changes
❌ Cancel