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)
commitb9ed704d186fd89927c1f4b3cdbe8ba8fdd4e133
tree6125647cfe60319c08080ec5bdb810b5080a6159
parent3df3541f6d83efb2d669d522d1c5c341b2a927ab
Make ContextForm and ContextModelForm work again.

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.
tools/forms.py