diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-12-30 21:13:08 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-12-30 21:13:08 +0000 |
| commit | d4f11eb7766286d48800425b9d923ea28f7cdf2e (patch) | |
| tree | da86b6e2a3328189e261e9ba61ee9ea78ec3c8f6 /docs/ref | |
| parent | 143fa9193c4dd7d921686350298cc689e476f1d9 (diff) | |
Fixed incorrect 'setting::' prefix in settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index cb659a21fd..d8260b0fa2 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1528,7 +1528,7 @@ A secret key for this particular Django installation. Used to provide a seed in secret-key hashing algorithms. Set this to a random string -- the longer, the better. ``django-admin.py startproject`` creates one automatically. -.. setting:: SEND_BROKEN_LINK_EMAILS +.. setting:: SECURE_PROXY_SSL_HEADER SECURE_PROXY_SSL_HEADER ----------------------- @@ -1588,6 +1588,8 @@ available in ``request.META``.) If any of those are not true, you should keep this setting set to ``None`` and find another way of determining HTTPS, perhaps via custom middleware. +.. setting:: SEND_BROKEN_LINK_EMAILS + SEND_BROKEN_LINK_EMAILS ----------------------- |
