mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +00:00
[2.2.x] Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs.
Regression in24959e48d9. Backport ofd15c61cabbfrom master.
This commit is contained in:
@@ -4,5 +4,5 @@ from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('test_utils/get_person/<int:pk>/', views.get_person),
|
||||
path('test_utils/no_template_used/', views.no_template_used),
|
||||
path('test_utils/no_template_used/', views.no_template_used, name='no_template_used'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user