this is django.db.models.base.Model.save_base()

a comment in the code for ModelA indicates the call to save_base() is
required for Mptt.

On Nov 21, 5:43 am, Marc Aymerich <glicer...@gmail.com> wrote:
> On Sun, Nov 21, 2010 at 5:31 AM, Joseph (Driftwood Cove Designs) <
>
> powderfl...@gmail.com> wrote:
> > Below is the basic layout - I posted a simplified version of the two
> > model classes here:http://pastebin.com/Xc3KLrQx
>
> > ModelA.save():
> >   if (some condition):
> >      super().save_base()
>
> Hi the problem could be on  save_base. Can you paste this method too ¿
>
> --
> Marc

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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