#5767: EmailField should render as a mailto anchor in admin list page
---------------------------------------------+------------------------------
          Reporter:  hax                     |         Owner:  nobody           
     
            Status:  closed                  |     Milestone:                   
     
         Component:  django.contrib.admin    |       Version:  newforms-admin   
     
        Resolution:  wontfix                 |      Keywords:  nfa-someday 
EmailField
             Stage:  Design decision needed  |     Has_patch:  1                
     
        Needs_docs:  0                       |   Needs_tests:  0                
     
Needs_better_patch:  1                       |  
---------------------------------------------+------------------------------
Changes (by mtredinnick):

  * status:  new => closed
  * resolution:  => wontfix

Comment:

 We don't do this kind of thing for URL fields, so it would be
 inconsistent. We also have one column int he changelist page that is a
 link that goes to add form and that would cause confusion about what the
 links do.

 Creating a clickable column in the admin list page is easy enough: write a
 function and use that in the "fields" attribute (enabling linking for that
 function, etc), so creating this effect can be done in admin classes
 without requiring Django source changes.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5767#comment:7>
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