Hacked By AnonymousFox

Current Path : /opt/cloudlinux/venv/lib/python3.11/site-packages/pylint_django/tests/input/
Upload File :
Current File : //opt/cloudlinux/venv/lib/python3.11/site-packages/pylint_django/tests/input/func_modelform_exclude.py

"""
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]

Hacked By AnonymousFox1.0, Coded By AnonymousFox