Kaydet (Commit) 532a4f22 authored tarafından Tim Graham's avatar Tim Graham

Fixed invalid escape sequence warning in check_framework test.

üst 967450a3
from django.urls import path
urlpatterns = [
path('(?P<named-group>\d+)', lambda x: x),
path(r'(?P<named-group>\d+)', lambda x: x),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment