#14313: wrong display of field title in admin
----------------------------------+-----------------------------------------
 Reporter:  feuervogel            |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  django.contrib.admin  |     Version:  1.2       
 Keywords:                        |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14313>
Django <http://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.

Reply via email to