thanks, this was the problem

V

On May 25, 9:51 pm, Sam Chuparkoff <s...@sadach.org> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to