summaryrefslogtreecommitdiff
path: root/tests/resolve_url
AgeCommit message (Expand)Author
2025-12-26Refs #30515 -- Added tests for resolve_url() with view callables and arguments.Natalia
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-04-27Removed unnecessary tuple wrapping of single format string argument.François Freitag
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-09-23Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
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