0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00
django/tests/test_client
2016-08-06 08:41:41 -04:00
..
__init__.py
auth_backends.py
test_conditional_content_removal.py Fixed #27020 -- Used a context manager to close files. 2016-08-04 19:45:14 -04:00
tests.py Fixed #27027 -- Restored Client.force_login() defaulting to the first auth backend. 2016-08-06 08:41:41 -04:00
urls.py Refs #17209 -- Added LoginView and LogoutView class-based views 2016-06-24 10:45:13 +02:00
views.py