summaryrefslogtreecommitdiff
path: root/tests/resolve_url
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-16/+16
* Removed unnecessary tuple wrapping of single format string argument.François Freitag2020-04-271-1/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-17/+14
* Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz2016-06-242-9/+13
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham2015-09-231-8/+6
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz2015-01-102-2/+12
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-6/+4
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-031-2/+6
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-5/+5
* Fixed #21177 -- Made resolve_url support relative URLs.Antoine Catton2014-02-141-0/+10
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-142-2/+8
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+80