Re: (Help!) small bugs everywhere with polymorphic class-based views

2013-08-04 Thread Michael Merickel
Huh? Where do you describe the error you're seeing??? You should probably be calling __init__ on your parent via super or explicitly but it's not actually a bug since you duplicated the code in both __init__s. On Sun, Aug 4, 2013 at 1:01 AM, John Cadigan wrote: > I'm trying to implement polymorp

(Help!) small bugs everywhere with polymorphic class-based views

2013-08-04 Thread John Cadigan
I'm trying to implement polymorphic class-based views, but small errors seem to be popping up at random. Especially as the website runs for a while. Does it look like I'm taking the right approach to this? In particular, am I doing the right thing with in the classe's init? Thanks a ton for the