Closed kako-nawao closed 8 years ago
Django's Form does not call super, so the init chain breaks (see #97), and I'm not sure inheritance's the correct solution for this anyway.
Form
Considering how much I favour composition over inheritance, I wonder if there's a way to use that with Django forms...
Django's
Form
does not call super, so the init chain breaks (see #97), and I'm not sure inheritance's the correct solution for this anyway.