Skip to content

Commit

Permalink
Fixed incorrect 'setting::' prefix in settings.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Dec 30, 2011
1 parent 143fa91 commit d4f11eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/ref/settings.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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 secret-key hashing algorithms. Set this to a random string -- the longer, the
better. ``django-admin.py startproject`` creates one automatically. better. ``django-admin.py startproject`` creates one automatically.


.. setting:: SEND_BROKEN_LINK_EMAILS .. setting:: SECURE_PROXY_SSL_HEADER


SECURE_PROXY_SSL_HEADER SECURE_PROXY_SSL_HEADER
----------------------- -----------------------
Expand Down Expand Up @@ -1588,6 +1588,8 @@ available in ``request.META``.)
If any of those are not true, you should keep this setting set to ``None`` 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. and find another way of determining HTTPS, perhaps via custom middleware.


.. setting:: SEND_BROKEN_LINK_EMAILS

SEND_BROKEN_LINK_EMAILS SEND_BROKEN_LINK_EMAILS
----------------------- -----------------------


Expand Down

0 comments on commit d4f11eb

Please sign in to comment.