﻿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
17907	"""Something's wrong with your database installation"" error message in DEBUG mode."	anonymous	nobody	"In django/contrib/admin/options.py line 1131, a IncorrectLookupParameter exception is caught and the following error message is returned:

""Something's wrong with your database installation. Make sure the appropriate database tables have been created, and make sure the database is readable by the appropriate user.""

IMHO, the exception should be reraised if settings.DEBUG is True.

The error message is to general to find the cause of the error. In my case, I had a bug in a SimpleListFilter subclass, which I could only find by setting a breakpoint in the Django code."	Uncategorized	closed	contrib.admin	dev	Normal	duplicate		Daniel Hepper	Unreviewed	1	0	0	0	0	0
