django/tests/test_client
Tim Graham d2338bae78 [1.9.x] Refs #26428 -- Added support for relative path redirects to the test client.
Thanks iktyrrell for the patch.

Backport of 2f698cd991 from master
2016-04-29 09:16:31 -04:00
..
__init__.py
auth_backends.py Fixed #20916 -- Added Client.force_login() to bypass authentication. 2015-07-01 13:01:08 -04:00
tests.py [1.9.x] Refs #26428 -- Added support for relative path redirects to the test client. 2016-04-29 09:16:31 -04:00
urls.py [1.9.x] Fixed #26428 -- Added support for relative path redirects in assertRedirects(). 2016-04-02 10:35:55 -04:00
views.py [1.9.x] Refs #25969 -- Replaced usage of render_to_response() with render() in tests. 2015-12-23 10:23:41 -05:00