index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
urlresolvers.txt
Age
Commit message (
Expand
)
Author
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-03-12
Refs #25582 -- Doc'd query and fragment arguments for reverse_lazy().
Adam Johnson
2024-12-11
Fixed #25582 -- Added support for query and fragment to django.urls.reverse().
Ben Cardy
2024-11-27
Made reverse() docs more self-contained.
Clifford Gama
2024-10-23
Fixed #28999 -- Documented how to reverse a class-based view by instance.
Clifford Gama
2024-05-29
Fixed 35467 -- Replaced urlparse with urlsplit where appropriate.
Jake Howard
2023-04-06
Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside of the r...
Sarah Boyce
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-03-29
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
Alokik Vijay
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2020-09-07
Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...
Jon Dufresne
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2018-12-06
Fixed #28766 -- Added ResolverMatch.route.
Benjamin Wohlwend
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Refs #26013 -- Removed deprecated django.core.urlresolvers module.
Tim Graham
2016-07-06
Fixed capitalization of "URL pattern".
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-11-07
Fixed #25473 -- Changed underscores in url() names to dashes in docs.
Thijs van Dien
2015-09-23
Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...
Tim Graham
2015-08-03
Refs #17914 -- Discouraged using reverese() with callables.
Tim Graham
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-06-06
Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.
Marten Kenbeek
2014-06-03
Fixed #22384 -- Deprecated reversing URLs by dotted path.
Tim Graham
2014-04-16
Fixed #22220 -- Added more examples to reverse() documention.
Ben Davis
2014-03-31
Replaced urllib/urlparse imports with from django.utils.six.moves.
Tim Graham
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-02-23
Fixed #22063 -- Added reference to NoReverseMatch from the reverse() document...
Alex de Landgraaf
2014-02-22
Fixed #22092 -- Documented ResolverMatch.view_name
Jochem Oosterveen
2013-09-05
Fixed #21044 -- Documented django.core.urlresolvers.Resolver404
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-11-22
Fixed #18974 - Warned against using models.permalink
Tim Graham
2012-10-07
Added section about URL reversion to URL mapper document.
Ramiro Morales
2012-10-06
Refactored URL mapping documentation.
Ramiro Morales