get_absolute_url is just a shortcut for one stupid thing: Get some url returned by the model. It does not have to be about the object. It can be: google.com. Whatever!
All the things you are concerned with can be created using urls+views so you shouldn't even need to worry about get_absolute_url. I think you guys took it overboard with all the URL-class stuff. Like the case for Yuri shows, once you start creating URL class you will have to make all sorts of exceptions and additions for stuff that people need. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---