index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
urlpatterns_reverse
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2024-12-11
Fixed #25582 -- Added support for query and fragment to django.urls.reverse().
Ben Cardy
2024-10-23
Fixed #28999 -- Documented how to reverse a class-based view by instance.
Clifford Gama
2024-10-23
Refs #28999 -- Added tests for reversing a class-based view by instance.
Clifford Gama
2024-03-04
Refs #9847 -- Added tests for handler403 resolution.
Adam Johnson
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-09-01
Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLRes...
Mariusz Felisiak
2022-05-17
Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.
Alokik Vijay
2022-03-29
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
Alokik Vijay
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-10
Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.
Keryn Knight
2021-07-29
Fixed #23895 -- Prevented pickling of ResolverMatch.
Jonathan Davis
2021-06-22
Fixed #32870 -- Improved error message when URLconf is empty.
Igor Fernandes
2021-03-29
Fixed #32572 -- Improved ResolverMatch.__repr__().
Nick Pope
2020-06-22
Removed unused param_dict return from URLResolver.resolve_error_handler().
Adam Johnson
2019-12-27
Fixed #31114 -- Fixed HttpRequest.build_absolute_uri() crash with reverse_laz...
Jon Dufresne
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-06-24
Added tests for terminated path with optional arguments in django.urls.revers...
daniel a rios
2019-03-15
Cleaned up exception message checking in some tests.
Jon Dufresne
2019-02-09
Removed default empty content argument from HttpResponse calls.
Jon Dufresne
2019-02-05
Simplified temporary directory handling in AdminScriptTestCase.
Jon Dufresne
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-31
Updated a test to reflect the fact that "import *" isn't used in URLconfs any...
Tim Graham
2018-12-06
Fixed #28766 -- Added ResolverMatch.route.
Benjamin Wohlwend
2018-11-30
Added test for ResolverMatch.__repr__().
Xavier Fernandez
2018-09-26
Fixed #29673 -- Reset the URLconf at the end of each request.
Matthew Power
2018-07-19
Completed test coverage for django.urls.utils.get_callable().
Hasan Ramezani
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2017-09-22
Refs #27648 -- Removed support for (iLmsu) regex groups in url() patterns.
Tim Graham
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-14
Added a test for mixing args and kwargs in reverse().
Tim Graham
2017-09-13
Refs #28593 -- Moved django.conf.urls.include() to django.urls().
Tim Graham
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-10
Refs #27804 -- Used subTest() in urlpatterns_reverse tests.
Marten Kenbeek
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-02-11
Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.
Robert Roskam
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-27
Improved test coverage and error messages for conf.urls.__init__.
Anton Samarchyan
2017-01-25
Removed unused variables that are overwritten.
Mads Jensen
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Fixed spelling mistakes in code and comments.
james mike dupont
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.
Tim Graham
[next]