mirror of
https://github.com/django/django.git
synced 2025-09-27 20:49:21 +00:00
[2.0.x] Fixed invalid escape sequence warning in check_framework test.
Backport of 532a4f22ad
from master
This commit is contained in:
parent
5638b77627
commit
022aebc550
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
from django.urls import path
|
||||
|
||||
urlpatterns = [
|
||||
path('(?P<named-group>\d+)', lambda x: x),
|
||||
path(r'(?P<named-group>\d+)', lambda x: x),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue