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"
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
2 matches
Mail list logo