Skip to content

Commit 5a62994

Browse files
committed
disable wagtail update notification
1 parent 947fa5a commit 5a62994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
# Wagtail email notification format
440440
WAGTAILADMIN_NOTIFICATION_USE_HTML = True
441441

442-
WAGTAIL_ENABLE_UPDATE_CHECK = "lts"
442+
WAGTAIL_ENABLE_UPDATE_CHECK = False
443443

444444
# Reverse the default case-sensitive handling of tags
445445
TAGGIT_CASE_INSENSITIVE = True

0 commit comments

Comments
 (0)