Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from django.urls import re_path
urlpatterns = [
re_path("^$", lambda x: x, name="name_with:colon"),
]