Ignore reference indexing for `PageSubscription`

pull/10083/head
Sage Abdullah 2023-02-16 14:45:51 +00:00 zatwierdzone przez Matt Westcott
rodzic aaa723a14d
commit b00b915ea7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -4849,6 +4849,8 @@ class PageSubscription(models.Model):
comment_notifications = models.BooleanField()
wagtail_reference_index_ignore = True
class Meta:
unique_together = [
("page", "user"),