What I'm doing locally is just a small hack with get_absolute_url, but ideally, if the object doesn't have an admin page, it would be the same link as the "View on site" link on the admin page (if available).
On Sat, Apr 25, 2009 at 7:35 AM, Zain Memon <[email protected]> wrote: > On Fri, Apr 24, 2009 at 9:13 PM, Jerome Leclanche <[email protected]> wrote: >> >> For one it's kind of annoying the FKey/m2m/etc don't link either to >> the corresponding object's admin or site page if either are available >> (checking for admin first, then for site?). The fix should be very >> simple, just thought I'd add some FFT. > > I'll be implementing a link to the object's admin (#2 under FK Handling in > my proposal). Could you expand a little further on what you mean by linking > to it's site page? > > > -- Adys --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
