1
0
mirror of https://github.com/django/django.git synced 2025-07-20 01:29:11 +00:00

[1.9.x] Removed a reference to Django 1.3.1 in docs.

Backport of 15a20dc9aff1bd8a055ee7c322631b3ca4d1c474 from master
This commit is contained in:
Tim Graham 2016-04-04 11:55:34 -04:00
parent f8b88f6a6b
commit 9dc22b4ff6

View File

@ -196,9 +196,9 @@ For more details see the full :setting:`ALLOWED_HOSTS` documentation.
Django now requires that you set :setting:`ALLOWED_HOSTS` explicitly rather Django now requires that you set :setting:`ALLOWED_HOSTS` explicitly rather
than relying on web server configuration. than relying on web server configuration.
Additionally, as of 1.3.1, Django requires you to explicitly enable support for Additionally, Django requires you to explicitly enable support for the
the ``X-Forwarded-Host`` header (via the :setting:`USE_X_FORWARDED_HOST` ``X-Forwarded-Host`` header (via the :setting:`USE_X_FORWARDED_HOST` setting)
setting) if your configuration requires it. if your configuration requires it.
Session security Session security
================ ================