Hi everybody, I need a way to access a model's original get_absolute_url after the ABSOLUTE_URL_OVERRIDES settings has taken effect. Currently I've patched Django for this need so it will always alias the existing get_absolute_url method as old_get_absolute_url when it overrides that method, but patching stuff is ugly and poses deployment/reusability/ upgradability issues, so I'm thinking maybe there's a hook or a signal that I could use to achieve the same effect.
Any hints will be appreciated! Erik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---