Skip to content
Snippets Groups Projects
Commit 80d8f2da authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Apply suggestion to aleksis/apps/chronos/models.py

parent 2a2dbd92
No related branches found
No related tags found
1 merge request!31Biscuit merge. Closes #53.
......@@ -84,7 +84,7 @@ class LessonDataQuerySet(models.QuerySet):
return (
self.within_dates(day, day)
.filter(**{self._perdiod_path + "period__weekday": weekday})
.filter(**{self._period_path + "period__weekday": weekday})
.annotate_week(week)
)
......
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