summaryrefslogtreecommitdiff
path: root/tests/resolve_url
AgeCommit message (Expand)Author
2015-01-10Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-06-03Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-02-14Fixed #21177 -- Made resolve_url support relative URLs.Antoine Catton
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2013-10-10Whitespace cleanup.Tim Graham
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner