kopia lustrzana https://github.com/wagtail/wagtail
Ignore reference indexing for `PageSubscription`
rodzic
aaa723a14d
commit
b00b915ea7
|
@ -4849,6 +4849,8 @@ class PageSubscription(models.Model):
|
||||||
|
|
||||||
comment_notifications = models.BooleanField()
|
comment_notifications = models.BooleanField()
|
||||||
|
|
||||||
|
wagtail_reference_index_ignore = True
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
unique_together = [
|
unique_together = [
|
||||||
("page", "user"),
|
("page", "user"),
|
||||||
|
|
Ładowanie…
Reference in New Issue