🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 03:54:44 | 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_modelform_exclude.py
Read Only
""" Checks that Pylint complains about ModelForm using exclude """ # pylint: disable=missing-docstring from django import forms class PersonForm(forms.ModelForm): class Meta: exclude = ("email",) # [modelform-uses-exclude]
💾 Save Changes
❌ Cancel