index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
check_framework
/
urls
/
path_compatibility
/
beginning_with_caret.py
blob: 27c96246b28255f40c983c6405b3a66ef53c2b74 (
plain
)
1
2
3
4
5
from django.urls import path urlpatterns = [ path("^beginning-with-caret", lambda x: x), ]