3 lines
164 B
Python
3 lines
164 B
Python
|
# For testing that auth backends can be referenced using a convenience import
|
||
|
from django.contrib.auth.tests.test_auth_backends import ImportedModelBackend # NOQA
|