home / django_tickets / tickets

tickets: 6379

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
6379 2008-01-14 20:45:44 2015-05-16 18:02:55 2022-03-06 03:36:59.069332 Accepted closed Core (Other) Bug Normal dev needsinfo Don't hide errors when resolving URL views The URL resolver catches _all_ attribute and import errors. This has the affect of hiding unrelated import errors in other parts of the (view) code which made it very hard for me to track them down. This patch only catches the "missing view function" attribute error, and "unable to import view function" import error. All other errors are reraised. nobody Bastian Kleineidam <calvin@debian.org>   0 1 1 0 0 0
Powered by Datasette · Queries took 1.123ms