django/tests/auth_tests/backend_alias.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
167 B
Python
Raw Normal View History

# For testing that auth backends can be referenced using a convenience import
from .test_auth_backends import ImportedModelBackend
__all__ = ["ImportedModelBackend"]