Adam Johnson
|
c187417611
Refs #9847 -- Added tests for handler403 resolution.
|
1 ano atrás |
Mariusz Felisiak
|
305757aec1
Applied Black's 2024 stable style.
|
1 ano atrás |
Mariusz Felisiak
|
974942a750
Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs."
|
2 anos atrás |
Alokik Vijay
|
7f3cfaa12b
Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.
|
2 anos atrás |
Alokik Vijay
|
baf9604ed8
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
|
3 anos atrás |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 anos atrás |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 anos atrás |
Keryn Knight
|
f4b06a3cc1
Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.
|
3 anos atrás |
Jonathan Davis
|
4c6a6d5ac7
Fixed #23895 -- Prevented pickling of ResolverMatch.
|
3 anos atrás |
Igor Fernandes
|
e85d9c02ad
Fixed #32870 -- Improved error message when URLconf is empty.
|
3 anos atrás |
Nick Pope
|
41850eec99
Fixed #32572 -- Improved ResolverMatch.__repr__().
|
4 anos atrás |
Adam Johnson
|
6e5041f57c
Removed unused param_dict return from URLResolver.resolve_error_handler().
|
4 anos atrás |
Jon Dufresne
|
e42b68debf
Fixed #31114 -- Fixed HttpRequest.build_absolute_uri() crash with reverse_lazy() locations.
|
5 anos atrás |
daniel a rios
|
b24e763846
Added tests for terminated path with optional arguments in django.urls.reverse().
|
5 anos atrás |
Jon Dufresne
|
95b7699ffc
Cleaned up exception message checking in some tests.
|
6 anos atrás |
Jon Dufresne
|
487d904bf2
Simplified temporary directory handling in AdminScriptTestCase.
|
6 anos atrás |
Tim Graham
|
043bd70942
Updated test URL patterns to use path() and re_path().
|
6 anos atrás |
Tim Graham
|
1136d57f01
Updated a test to reflect the fact that "import *" isn't used in URLconfs anymore (refs #14675).
|
6 anos atrás |
Benjamin Wohlwend
|
79c196cfb2
Fixed #28766 -- Added ResolverMatch.route.
|
7 anos atrás |
Xavier Fernandez
|
4d9f51f2b5
Added test for ResolverMatch.__repr__().
|
6 anos atrás |
Matthew Power
|
18098d261f
Fixed #29673 -- Reset the URLconf at the end of each request.
|
6 anos atrás |
Hasan Ramezani
|
55b6f7af0c
Completed test coverage for django.urls.utils.get_callable().
|
6 anos atrás |
Mariusz Felisiak
|
9bcf73d788
Fixed imports per isort 4.3.0.
|
7 anos atrás |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 anos atrás |
Tim Graham
|
7cc8507d9c
Added a test for mixing args and kwargs in reverse().
|
7 anos atrás |
Tim Graham
|
ee4043f735
Refs #28593 -- Moved django.conf.urls.include() to django.urls().
|
7 anos atrás |
Mads Jensen
|
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
|
7 anos atrás |
Marten Kenbeek
|
ceb5f1c9bf
Refs #27804 -- Used subTest() in urlpatterns_reverse tests.
|
7 anos atrás |
Jon Dufresne
|
2c69824e5a
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
7 anos atrás |
Robert Roskam
|
98bcc5d81b
Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.
|
8 anos atrás |