I have following models in Django:
class Action(models.Model): target_object_id = models.CharField(max_length=255, blank=True, null=True, db_index=True)