#7028: Better raw_id_fields feedback in newform-admins branch
---------------------------------------------------+------------------------
          Reporter:  Marcob <marcob...@gmail.com>  |         Owner:  nobody     
                        
            Status:  new                           |     Milestone:             
                        
         Component:  django.contrib.admin          |       Version:  SVN        
                        
        Resolution:                                |      Keywords:  
raw-id-fields nfa-someday design_ux
             Stage:  Accepted                      |     Has_patch:  1          
                        
        Needs_docs:  0                             |   Needs_tests:  1          
                        
Needs_better_patch:  1                             |  
---------------------------------------------------+------------------------
Comment (by dschruth):

 I hate to do this, but the functionality is merely only close to what I
 need but not quite there yet.  I happen to like (or tolerate rather) the
 dropdown box for the ForeignKeyField (probably because I make extensive
 use of def __unicode__ to make my listed names more
 verbose/descriptive)...  and have no need for the pop-up functionality.

 Consequently, all I need would be just the linking functionality to the
 selected Foreign Object. I envision something similar to the way in which
 the ImageField and the FileField link to a URL of the file/image: with the
 link *just* *above* the "select" HTML form element.

 I've reopened this ticket's 'duplicate' here
 http://code.djangoproject.com/ticket/12085 for the first issue.

 Additionally: It seems like there could be a similarly nice way to link to
 the foreign key's class' change_list too.  Perhaps we could just turn the
 field's label into a simple link to the class' list table? This second
 idea should probably be opened up as a separate ticket though...

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7028#comment:50>
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to