Skip to content

Commit

Permalink
Fixed bartab
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSeverinsen committed Jul 18, 2024
1 parent 5e78e5d commit d9e7468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
24 changes: 0 additions & 24 deletions bartab/migrations/0003_alter_bartabentry_user.py

This file was deleted.

4 changes: 2 additions & 2 deletions bartab/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ class BarTabEntry(models.Model):
user = models.ForeignKey(
BarTabUser,
on_delete=models.CASCADE,
related_name=_("entries"),
verbose_name=_("Bruger"),
related_name="entries",
verbose_name="Bruger",
)
snapshot = models.ForeignKey(
BarTabSnapshot, on_delete=models.CASCADE, related_name="entries"
Expand Down

0 comments on commit d9e7468

Please sign in to comment.