#17907: "Something's wrong with your database installation" error message in
DEBUG
mode.
-------------------------------+--------------------
Reporter: anonymous | Owner: nobody
Type: Uncategorized | Status: new
Component: contrib.admin | Version: SVN
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 1
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------
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.
--
Ticket URL: <https://code.djangoproject.com/ticket/17907>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.