On 6/22/06, coulix <[EMAIL PROTECTED]> wrote:
>     def get_absolute_url(self):
>         return "/blog/tag/%s/" % (self.name)
>
>         def save(self):
>                 print "foo"
>                 self.total_ref = 28
>                 super(Tag, self).save()
>
> "foo" [never] shows up on the intergrated webserver log :/

Could it be because your save() method is indented within the
get_absolute_url() method?

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to