#13165: Display edit link beside add button for ForeignKey fields in admin
--------------------------------------+-------------------------------------
          Reporter:  DrMeers          |         Owner:  DrMeers                 
   
            Status:  new              |     Milestone:  1.3                     
   
         Component:  User Experience  |       Version:  SVN                     
   
        Resolution:                   |      Keywords:  admin foreign key edit 
link
             Stage:  Accepted         |     Has_patch:  1                       
   
        Needs_docs:  0                |   Needs_tests:  0                       
   
Needs_better_patch:  0                |  
--------------------------------------+-------------------------------------
Comment (by DrMeers):

 Replying to [comment:17 gklka]:
 > That's it:

 Try replacing

 {{{
   text = _('edit %s' % obj)
 }}}

 with

 {{{
   text = _(u'edit %s' % force_unicode(obj))
 }}}

 and let me know how if this solves it; I'll then update the patch.

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