diff --git a/src/cms/templates/models.py b/src/cms/templates/models.py index f00b0ae..14b3c3c 100644 --- a/src/cms/templates/models.py +++ b/src/cms/templates/models.py @@ -43,7 +43,7 @@ 'index_together = ["content_type", "object_id"]')\ .replace('class LogEntry','class Log')\ .replace('models.TextField(_("object id"), blank=True, null=True)', - 'models.PositiveIntegerField(_("object id"), blank=True, null=True)')) + 'models.PositiveIntegerField(_("object id"), blank=True, null=True)')) #nosec ### END Custom Logs ###