mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 21:44:44 +00:00
'extremely basic information' -> 'the hostname of your Wagtail site'
This commit is contained in:
parent
919517bb9e
commit
f99141afc2
2 changed files with 2 additions and 2 deletions
|
|
@ -226,7 +226,7 @@ Wagtail update notifications
|
|||
|
||||
WAGTAIL_ENABLE_UPDATE_CHECK = True
|
||||
|
||||
For admins only, Wagtail performs a check on the dashboard to see if newer releases are available. This also provides the Wagtail team with extremely basic information about where Wagtail is in use. If you'd rather not receive update notifications, or if you'd like your site to remain unknown, you can disable it with this setting.
|
||||
For admins only, Wagtail performs a check on the dashboard to see if newer releases are available. This also provides the Wagtail team with the hostname of your Wagtail site. If you'd rather not receive update notifications, or if you'd like your site to remain unknown, you can disable it with this setting.
|
||||
|
||||
|
||||
Private Pages
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ If you are upgrading from Elasticsearch 0.90.x, you may also need to update the
|
|||
Wagtail version upgrade notifications are enabled by default
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Starting from Wagtail 1.0, the admin dashboard will (for admin users only) perform a check to see if newer releases are available. This also provides the Wagtail team with extremely basic information about where Wagtail is in use. If you’d rather not receive update notifications, or if you’d like your site to remain unknown, you can disable it by adding this line to your settings file::
|
||||
Starting from Wagtail 1.0, the admin dashboard will (for admin users only) perform a check to see if newer releases are available. This also provides the Wagtail team with the hostname of your Wagtail site. If you’d rather not receive update notifications, or if you’d like your site to remain unknown, you can disable it by adding this line to your settings file::
|
||||
|
||||
WAGTAIL_ENABLE_UPDATE_CHECK = False
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue