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