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