Skip to content

Commit

Permalink
Don't override default manager on Mailing model
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Aug 3, 2023
1 parent 8f7383e commit 4af4888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fragdenstaat_de/fds_mailing/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ class Mailing(models.Model):
default=False, verbose_name=_("sending"), editable=False
)

objects = models.Manager()
published = PublishedMailingManager()

class Meta:
Expand Down

0 comments on commit 4af4888

Please sign in to comment.