id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 17309,Missing quotes on ignorable 404 example.,chad@…,nobody,"The example on https://docs.djangoproject.com/en/dev/howto/error-reporting/ is missing the closing single quotes on the IGNORABLE_404_URLS example. import re IGNORABLE_404_URLS = ( re.compile(r'^/apple-touch-icon.*\.png$'), re.compile(r'^/favicon\.ico$), re.compile(r'^/robots\.txt$), ) Should read import re IGNORABLE_404_URLS = ( re.compile(r'^/apple-touch-icon.*\.png$'), re.compile(r'^/favicon\.ico$'), re.compile(r'^/robots\.txt$'), )",Bug,closed,Documentation,,Normal,fixed,,,Accepted,0,0,0,0,1,0