'extremely basic information' -> 'the hostname of your Wagtail site'

pull/1496/merge
Matt Westcott 2015-07-15 16:33:34 +01:00
rodzic 919517bb9e
commit f99141afc2
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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 youd rather not receive update notifications, or if youd 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 youd rather not receive update notifications, or if youd like your site to remain unknown, you can disable it by adding this line to your settings file::
WAGTAIL_ENABLE_UPDATE_CHECK = False