#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 [email protected]):
I think the line 370 should have some more fix:
Instead of this:
{{{
text = _('edit %s' % force_unicode(obj))
}}}
This:
{{{
text = _('edit %s') % force_unicode(obj)
}}}
So this way it could be translated correctly.
--
Ticket URL: <http://code.djangoproject.com/ticket/13165#comment:20>
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.