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
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])