summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/tests.py
AgeCommit message (Expand)Author
2014-08-20[1.6.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-04-21[1.6.x] Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2013-06-14Fixed #17076 -- When reversing a URL fails, inform the user which patterns we...Wilfred Hughes
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-03-25Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middle...Loic Bistuer
2013-03-18Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.Aymeric Augustin
2013-03-13Fix #20022: Correctly handle prefixes with url-unsafe characters in reverse().Baptiste Mispelon
2013-03-10Fixed #20019 -- Ensured HttpRequest.resolver_match always exists.Aymeric Augustin
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner