summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay2022-03-291-0/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-65/+118
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-58/+58
* Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.Tim Graham2016-12-271-2/+0
* Fixed #26039 -- Unwrapped nested partials in URL reversal.Grégory Starck2016-01-061-2/+3
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham2015-09-231-5/+1
* Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.Tim Graham2015-09-231-75/+68
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #16362 -- Allowed lookaround assertions in URL patterns.Bas Peschier2015-03-231-0/+4
* Fixed #13525 -- Added tests and docs for nested parameters in URL patterns.Bas Peschier2015-03-231-0/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham2014-11-291-2/+3
* Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner2014-08-201-0/+3
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-121-4/+7
* Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry2014-04-231-4/+4
* Fixed #22486 -- Restored the ability to reverse views created using functools...Preston Timmons2014-04-231-1/+5
* Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham2014-04-211-0/+1
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley2014-04-161-16/+16
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-53/+59
* Fixed #7571 -- Fixed parameter matching in include()'d urlpatternAthena2014-03-051-0/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-8/+4
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.Aymeric Augustin2013-03-181-1/+1
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+69