2014-12-15 14:47:23 +00:00
|
|
|
# For testing that auth backends can be referenced using a convenience import
|
2015-02-10 14:17:08 +00:00
|
|
|
from .test_auth_backends import ImportedModelBackend
|
2015-01-28 12:35:27 +00:00
|
|
|
|
2022-02-03 19:24:19 +00:00
|
|
|
__all__ = ["ImportedModelBackend"]
|