Skip to content

Commit

Permalink
fix(auditlog-extra): explicitly define app_label for DummyTestModel
Browse files Browse the repository at this point in the history
KK-1113
  • Loading branch information
nikomakela committed Dec 4, 2024
1 parent e7d31e5 commit 7fa7929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hel_django_auditlog_extra/tests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ class DummyTestModel(models.Model):

class Meta:
managed = False
app_label = "hel_django_auditlog_extra"

0 comments on commit 7fa7929

Please sign in to comment.