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
/
ending_with_dollar.py
blob: 081cc6b008de0a0b5a63217db9357457e576fc2d (
plain
)
1
2
3
4
5
from django.urls import path urlpatterns = [ path("ending-with-dollar$", lambda x: x), ]