def test_form_field(self): """ The model should have a form field """ field = OmniField.form self.assertIsInstance(field, GenericForeignKey)