From: Matthijs Kooijman Date: Tue, 28 Oct 2008 22:33:42 +0000 (+0100) Subject: Make ContextForm and ContextModelForm work again. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=inline;h=b9ed704d186fd89927c1f4b3cdbe8ba8fdd4e133;hp=b9ed704d186fd89927c1f4b3cdbe8ba8fdd4e133;p=matthijs%2Fprojects%2Fxerxes.git 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. ---