I want to post this tip here in case this trips up other people: The error message "<Foo> objects don't have get_absolute_url() methods" does not necessarily mean what it says. The error message is also displayed if there is an error in the the method.
If a model has a get_absolute_url method that has an error in it (such as a trivial syntax error), when you try to view the page, django reports the error as [your] "objects don't have get_absolute_url() methods". Check the method carefully for typos, variables that don't exist, and other trivial errors that would normally be caught otherwise. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---