#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:13 gklka]:
 > Please see this video: http://www.youtube.com/watch?v=BIMRoBbH8ws

 Thank you for taking the time to make this.

 Could you please try changing line 374 of
 {{{django/contrib/admin/util.py}}} from
 {{{
             '%(text)s</a>' % {'url': url, 'text': text})
 }}}

 to

 {{{
             '%(text)s</a>' % {'url': url, 'text': force_unicode(text)})
 }}}

 and let me know if this solves the problem?

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