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
"""Django Unit Test and Doctest framework."""from django.test.client import Clientfrom django.test.testcases import TestCase