index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
/
test_http.py
Age
Commit message (
Expand
)
Author
2015-02-12
[1.8.x] Fixed #24321 -- Improved `utils.http.same_origin` compliance with RFC...
Lukas Klein
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-13
Fixed is_safe_url() to handle leading whitespace.
Tim Graham
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-23
Consolidated some text utils into the utils_tests test package.
Loic Bistuer
2014-08-22
Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Python 3.
Ian Foote
2014-07-07
Fixed #22909 -- Removed camelCasing in some tests.
Tim Graham
2014-05-14
Added additional checks in is_safe_url to account for flexible parsing.
Erik Romijn
2014-05-14
Dropped fix_IE_for_vary/attach.
Aymeric Augustin
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons