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

Timesot model no longer has a is_repetition field

parent 7c2ed5d0
No related branches found
No related tags found
No related merge requests found
...@@ -639,7 +639,6 @@ class Schedule(models.Model): ...@@ -639,7 +639,6 @@ class Schedule(models.Model):
"playlist_id": c.playlist_id, "playlist_id": c.playlist_id,
"show": c.show.id, "show": c.show.id,
"show_name": c.show.name, "show_name": c.show.name,
"is_repetition": c.is_repetition,
"schedule": c.schedule_id, "schedule": c.schedule_id,
"memo": c.memo, "memo": c.memo,
} }
......
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