Opened 14 years ago

Closed 14 years ago

#14313 closed (invalid)

wrong display of field title in admin

Reported by: Julian Owned by: nobody
Component: contrib.admin Version: 1.2
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

I have a model with a field *timestamp_month* which I've added to the *list_display* field of the model's admin. In the template it's displayed as:

<a href="?timestamp_month__isnull=False&amp;timestamp_year__isnull=True&amp;o=4&amp;ot=asc">
Timestamp
</a></th><th>
<a href="?timestamp_month__isnull=False&amp;timestamp_year__isnull=True&amp;o=5&amp;ot=asc">
Month
</a></th>

Hence the HTML is generated deep down anywhere in the python code, I cannot provide a solution.

Change History (2)

comment:1 by Ramiro Morales, 14 years ago

Could you reduce your model and correspoding ModelAdmin to the minimal expression needed to reproduce the bug and paste it here please?.

comment:2 by anonymous, 14 years ago

Resolution: invalid
Status: newclosed

sorry, cannot reproduce it.

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