1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.8.x] Moved contrib.auth tests out of contrib.

Backport of 2d7aca3da0 from master
This commit is contained in:
Tim Graham
2015-02-10 09:17:08 -05:00
parent 44df17d53c
commit e55d888b66
44 changed files with 54 additions and 126 deletions

View File

@@ -0,0 +1,4 @@
# For testing that auth backends can be referenced using a convenience import
from .test_auth_backends import ImportedModelBackend
__all__ = ['ImportedModelBackend']