On Thu, Nov 7, 2013 at 11:54 AM, Bastien Sevajol
<[email protected]>wrote:

> formsets = {}


this class variable is in ModelFormsetManager class namespace
so it is shared across the subclasses.

You are using formsets to save before the object class, and after the
instances,
so when in the formset there is the instance of the last "view", and you
try to call it
create the instance of an class works, call the instance return object is
not callable exception

your last solution solve only apparently the superclass-namespace issue.


regards

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKsNYuiV7E-nWNVbk9Vr3EQf%3DzLbRyCNkhG9jurvpX2hXohkig%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to