summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/backend_alias.py
blob: 7314bac4ee0bc1810026f0ad53424acfc71f63ec (plain)
1
2
3
4
# For testing that auth backends can be referenced using a convenience import
from django.contrib.auth.tests.test_auth_backends import ImportedModelBackend

__all__ = ['ImportedModelBackend']