On Mon, 2008-08-18 at 12:33 -0700, Nicolas Couture wrote: > [...]
> signals.post_save.connect(self._save, cls, True) > AttributeError: 'object' object has no attribute 'connect' > > I am using django r7966. > > Would anyone be able to provide more input as to why this is breaking? Because you're using the latest version of django-tagging, which has been updated to support the latest version of Django (currently at r8434). That includes some changes that are backwards-incompatible. So you need a slightly older checkout of Django tagging. Regards, Malcolm > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---