#14465 closed (invalid)
TemplateSyntaxError in Django Admin search
Reported by: | Entropius | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When I bound see in search result 1 string, I get exception TemplateSyntaxError(Caught KeyError while rendering: u'counter')
Change History (4)
comment:1 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Oh, my... I don't known english language.
Just try find only 1 record in admin.
comment:3 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Searching for one record in the admin works perfectly for me. Something in your code is causing the failure. From what you have given us here, there is no way we can diagnose the problem.
I recommend asking on the Django Users mailing list, the #django channel on IRC, or a site like StackOverflow. If you post your code you may be able to get help with your problem.
There is not enough information here to diagnose what is wrong. The full traceback at least is needed, the model and admin definitions for the model you are trying to search would help also. Please try to provide enough information to allow someone to help.