diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-10-24 16:38:48 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-10-24 16:38:48 +0000 |
| commit | cacbedee277b9b03fe65282db201617cbaad38b2 (patch) | |
| tree | 22912db0d4aad82e2f364b15a508187de4e84e2b /docs | |
| parent | 3f9ebe6cc5b7e1bc57d16853eb3e27795e3fea01 (diff) | |
Fixed #2940 -- Clarified docs/settings.txt entry about MANAGERS. Thanks, matt.riggott@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 0e808c018b..272b20f753 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -528,7 +528,7 @@ any code that uses ``LANGUAGES`` at runtime. MANAGERS -------- -Default: ``ADMINS`` (Whatever ``ADMINS`` is set to) +Default: ``()`` (Empty tuple) A tuple in the same format as ``ADMINS`` that specifies who should get broken-link notifications when ``SEND_BROKEN_LINK_EMAILS=True``. |
