summaryrefslogtreecommitdiff
path: root/docs/ref/urlresolvers.txt
Commit message (Expand)AuthorAgeFilesLines
* Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside of the r...Sarah Boyce2023-04-061-0/+5
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-10/+13
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-2/+6
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-4/+0
* Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay2022-03-291-1/+16
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-2/+0
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...Jon Dufresne2020-09-071-0/+7
* Removed versionadded/changed annotations for 2.2.Mariusz Felisiak2019-09-101-2/+0
* Fixed #28766 -- Added ResolverMatch.route.Benjamin Wohlwend2018-12-061-0/+9
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-1/+1
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-1/+1
* Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz2017-01-261-3/+2
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-1/+1
* Refs #26013 -- Removed deprecated django.core.urlresolvers module.Tim Graham2017-01-171-6/+0
* Fixed capitalization of "URL pattern".Tim Graham2016-07-061-1/+1
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-2/+0
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-8/+8
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-4/+4
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-23/+27
* Fixed #25473 -- Changed underscores in url() names to dashes in docs.Thijs van Dien2015-11-071-2/+2
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham2015-09-231-21/+2
* Refs #17914 -- Discouraged using reverese() with callables.Tim Graham2015-08-031-0/+1
* Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham2015-07-271-2/+2
* Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.Marten Kenbeek2015-06-061-0/+9
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-031-4/+7
* Fixed #22220 -- Added more examples to reverse() documention.Ben Davis2014-04-161-10/+28
* Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham2014-03-311-1/+1
* Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz2014-03-221-1/+1
* Fixed #22063 -- Added reference to NoReverseMatch from the reverse() document...Alex de Landgraaf2014-02-231-0/+3
* Fixed #22092 -- Documented ResolverMatch.view_nameJochem Oosterveen2014-02-221-0/+5
* Fixed #21044 -- Documented django.core.urlresolvers.Resolver404Tim Graham2013-09-051-2/+3
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-2/+0
* Fixed #18974 - Warned against using models.permalinkTim Graham2012-11-221-17/+9
* Added section about URL reversion to URL mapper document.Ramiro Morales2012-10-071-9/+7
* Refactored URL mapping documentation.Ramiro Morales2012-10-061-0/+204