Make ContextForm and ContextModelForm work again.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 28 Oct 2008 22:33:42 +0000 (23:33 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 28 Oct 2008 22:33:42 +0000 (23:33 +0100)
It seems like some stuff changed in django, not sure what exactly. This
commit removes changes the inheritance to inherit from Form and
ModelForm instead of avoiding that and directly inheriting from their
base classes and do some metaclass magic.


No differences found