Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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 Karen Tracey, 14 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by Entropius, 14 years ago

Resolution: invalid
Status: closedreopened

Oh, my... I don't known english language.

Just try find only 1 record in admin.

comment:3 by Gabriel Hurley, 14 years ago

Resolution: invalid
Status: reopenedclosed

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.

comment:4 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top