ESCL / pjtracker

Project Tracker system
http://pjtracker.com
0 stars 0 forks source link

Fix forms inheritance #99

Closed kako-nawao closed 8 years ago

kako-nawao commented 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.

kako-nawao commented 8 years ago

Considering how much I favour composition over inheritance, I wonder if there's a way to use that with Django forms...