summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/views_broken.py
blob: 2bc60c4b98a1f524f1bc36deba7d26d4ecb7eef4 (plain)
1
2
# I just raise an AttributeError to confuse the view loading mechanism
raise AttributeError('I am here to confuse django.urls.get_callable')