Fix inheritance in soc.models.base module. FieldsProxy inherited from DbModelForm...
commit94650d4959d45741d9bd73223b9c34044a5c3627
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 15 Dec 2008 01:10:32 +0000 (15 01:10 +0000)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 15 Dec 2008 01:10:32 +0000 (15 01:10 +0000)
tree2bde838a0fd3e21afd5d74e3bb6e019bd7f3f128
parent06d8bcd1f78d503ecaac3dfea262c1b1bf536cb9
Fix inheritance in soc.models.base module. FieldsProxy inherited from DbModelForm which was deleted in previous commits (replace that with BaseForm).

Patch by: Pawel Solyga
app/soc/models/base.py