diff --git a/program/models.py b/program/models.py
index 8807cf85986717bc3cb8d809fc898321f771d3a9..3737f75ae4151de66f144820ab0a53465c888c6f 100644
--- a/program/models.py
+++ b/program/models.py
@@ -203,7 +203,7 @@ class HostLink(Link):
     host = models.ForeignKey(Host, on_delete=models.CASCADE, related_name="links")
 
 
-class Show(ModelWithImageFields):
+class Show(ModelWithImageFields, ModelWithCreatedUpdatedFields):
     predecessor = models.ForeignKey(
         "self",
         blank=True,