Skip to content

Commit

Permalink
Remove notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasdeluna committed May 24, 2024
1 parent afc32a3 commit 44e4af1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lego/apps/lending/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ class LendingInstanceStatus(models.TextChoices):

message = models.TextField(null=False, blank=True)

objects = LendingInstanceManager()

@property
def active(self):
return timezone.now() < self.end_date and timezone.now() > self.start_date
Expand Down

0 comments on commit 44e4af1

Please sign in to comment.