On Mon, 2009-05-25 at 09:42 -0700, Viktor wrote: > super(self.__class__, self).save(force_insert, force_update)
This line at least is bad. You want: super(AcceptedRoleAbstract, self).save(force_insert, force_update) Do post again as per Karen's request if you're still having trouble. sdc --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---