summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/namespace_urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay2022-03-291-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-47/+70
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-27/+27
* Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.Tim Graham2017-01-171-7/+10
* Moved URLObject in tests to separate utils module.Marten Kenbeek2015-12-221-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-14/+9
* Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.Marten Kenbeek2015-06-061-0/+2
* Fixed #12943 -- Allowed unnamed arguments to be propagated in includesBas Peschier2015-03-121-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-121-3/+3
* Fixed #21157 -- Fixed problems with ResolverMatchKevin Christopher Henry2014-04-231-3/+3
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley2014-04-161-9/+9
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-26/+26
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-7/+7
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+59