Skip to content

Commit

Permalink
I guess I know how it works now
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrzejMorawski00 committed Dec 3, 2024
1 parent e162e47 commit 044e683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zapisy/apps/theses/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def visible(self, user):
return self.filter((~Q(status=ThesisStatus.BEING_EVALUATED) &
~Q(status=ThesisStatus.RETURNED_FOR_CORRECTIONS)) | Q(id__in=user_theses))


class Thesis(models.Model):
"""Represents a thesis in the theses system.
Expand Down

0 comments on commit 044e683

Please sign in to comment.