Not sure if this is what you're looking for, or if there's an official
way to to this, but I'm using this::

    def get_admin_url(self):
        return "%s/%s/%s/%s/" % ("/admin", self._meta.app_label,
                self._meta.object_name.lower(), self.id)

Stolen from wamber.net.

- whiteinge

On Jun 27, 11:10 am, "Chris Brand" <[EMAIL PROTECTED]> wrote:
> In going through cleaning up all the hard-coded urls in my templates, I'm
> making good use of the get_absolute_url methods that I've added to my
> models.
>
> Looking at the links I'm left with, they're almost all to the admin pages.
> How would I write a method to provide a get_admin_change_url method ?
>
> Thanks,
>
> Chris Brand


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to