diff --git a/flashcards/models.py b/flashcards/models.py index 9c77cf0..da16549 100644 --- a/flashcards/models.py +++ b/flashcards/models.py @@ -327,7 +327,7 @@ class Section(Model): self.user_set.remove(user) class Meta: - ordering = ['-course_title'] + ordering = ['department_abbreviation', 'course_num'] @property def lecture_times(self):