index
:
django.git
fix-31295
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
/
matched_angle_brackets.py
blob: de3076942d9226bff8d5ae82eec630c4651141d9 (
plain
)
1
2
3
4
5
from django.urls import path urlpatterns = [ path("<int:angle_bracket>", lambda x: x), ]