diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-10 09:17:08 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-11 10:19:22 -0500 |
| commit | 2d7aca3da0a46c09e9c70ebdb56ed340691a999f (patch) | |
| tree | ac7c041d73e922d8e83a1944d56a27138875fe8e /tests/auth_tests/backend_alias.py | |
| parent | 8192a164defa24d75672e6b10cec650489b8c748 (diff) | |
Moved contrib.auth tests out of contrib.
Diffstat (limited to 'tests/auth_tests/backend_alias.py')
| -rw-r--r-- | tests/auth_tests/backend_alias.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auth_tests/backend_alias.py b/tests/auth_tests/backend_alias.py new file mode 100644 index 0000000000..ae14d1538c --- /dev/null +++ b/tests/auth_tests/backend_alias.py @@ -0,0 +1,4 @@ +# For testing that auth backends can be referenced using a convenience import +from .test_auth_backends import ImportedModelBackend + +__all__ = ['ImportedModelBackend'] |
