summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/views_broken.py
blob: 6975941bdc71fd05d0442c5200aa224330da5825 (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")