django/tests/test_client_regress
Unai Zalakain 9c5f6cd565 Fixed #13725 -- take url scheme into account in assertRedirects
Scheme is handled correctly when making comparisons between two URLs. If
there isn't any scheme specified in the location where we are redirected to,
the original request's scheme is used. If present, the scheme in
``expected_url`` is the one used to make the comparations to.
2013-11-07 19:06:32 +01:00
..
bad_templates
fixtures Whitespace cleanup. 2013-10-10 16:49:20 -04:00
templates
__init__.py
models.py
session.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
tests.py Fixed #13725 -- take url scheme into account in assertRedirects 2013-11-07 19:06:32 +01:00
urls.py Fix all violators of E231 2013-10-26 12:15:03 -07:00
views.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00