/usr/local/lib/python3.9/site-packages/django/contrib/admin
from django.core.exceptions import SuspiciousOperation class DisallowedModelAdminLookup(SuspiciousOperation): """Invalid filter was passed to admin view via URL querystring""" pass class DisallowedModelAdminToField(SuspiciousOperation): """Invalid to_field was passed to admin view via URL query string""" pass
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
actions.py
Edit
apps.py
Edit
checks.py
Edit
decorators.py
Edit
exceptions.py
Edit
filters.py
Edit
forms.py
Edit
helpers.py
Edit
locale
Edit
migrations
Edit
models.py
Edit
options.py
Edit
sites.py
Edit
static
Edit
templates
Edit
templatetags
Edit
tests.py
Edit
utils.py
Edit
views
Edit
widgets.py
Edit