summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/erroneous_urls.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham2015-09-231-26/+3
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24707 -- Improved error reporting for explicitly imported uncallable v...Harry2015-04-261-2/+4
* Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham2014-11-291-3/+4
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-121-22/+23
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-031-2/+10
* Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry2014-04-231-0/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-5/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+16