Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_http.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24496 -- Added CSRF Referer checking against CSRF_...Matt Robenolt2015-09-161-25/+19
* Made is_safe_url() reject URLs that start with control ch...Tim Graham2015-03-191-1/+3
* Fixed #24321 -- Improved `utils.http.same_origin` complia...Lukas Klein2015-02-121-0/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Fixed is_safe_url() to handle leading whitespace.Tim Graham2015-01-131-1/+2
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-2/+2
* Consolidated some text utils into the utils_tests test pa...Loic Bistuer2014-09-231-0/+32
* Fixed #23333 -- Made urlsafe_base64_decode() return prope...Ian Foote2014-08-231-0/+6
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-5/+5
* Added additional checks in is_safe_url to account for fle...Erik Romijn2014-05-141-0/+30
* Dropped fix_IE_for_vary/attach.Aymeric Augustin2014-05-141-46/+0
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-1/+1
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-2/+2
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+163