Skip to content
Snippets Groups Projects
Commit 11dc64ab authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Use abstract ModelWithCreatedUpdatedFields for Show model

this adds the fields `created_at`, `created_by`, `updated_at` and `updated_by`
parent 9131d5dd
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment