django/django
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
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed all E261 warnings 2013-11-02 23:50:33 -05:00
contrib Fixed all E226 violations 2013-11-03 10:08:55 -08:00
core Fixed all E226 violations 2013-11-03 10:08:55 -08:00
db Fixed all E226 violations 2013-11-03 10:08:55 -08:00
dispatch Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
forms Fixed all E226 violations 2013-11-03 10:08:55 -08:00
http Fixed all E226 violations 2013-11-03 10:08:55 -08:00
middleware Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
shortcuts More attacking E302 violators 2013-11-02 13:12:09 -07:00
template Fixed all E226 violations 2013-11-03 10:08:55 -08:00
templatetags Fixed the remaining E302 violations int eh django package 2013-11-02 23:50:48 -05:00
test Fixed #13725 -- take url scheme into account in assertRedirects 2013-11-07 19:06:32 +01:00
utils Fixed all E226 violations 2013-11-03 10:08:55 -08:00
views Fixed #21322 -- Error message when CSRF cookie is missing 2013-11-03 20:05:10 +01:00
__init__.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00