DEBSOURCES
Skip Quicknav
sources / python-django / 3%3A5.2.5-1 / tests / test_client / auth_backends.py
123456789
from django.contrib.auth.backends import ModelBackend class TestClientBackend(ModelBackend): pass class BackendWithoutGetUserMethod: pass