Re: _CheckLogin object has no attribute _meta

2008-10-02 Thread bobhaugen
Never mind, ignore, stupid programmer error... > section_form = section_form_class(request.POST, > instance=report) Shd be: > instance=section) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

_CheckLogin object has no attribute _meta

2008-10-02 Thread bobhaugen
Has anybody seen this error: Exception Type: AttributeError Exception Value: '_CheckLogin' object has no attribute '_meta' See also http://dpaste.com/81918/ Possibly related technique: I'm trying to use multi-table inheritance and a form dictionary to get