Commit 9dc22b4f authored by Tim Graham's avatar Tim Graham
Browse files

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

Backport of 15a20dc9 from master
parent f8b88f6a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
   than relying on web server configuration.

Additionally, as of 1.3.1, Django requires you to explicitly enable support for
the ``X-Forwarded-Host`` header (via the :setting:`USE_X_FORWARDED_HOST`
setting) if your configuration requires it.
Additionally, Django requires you to explicitly enable support for the
``X-Forwarded-Host`` header (via the :setting:`USE_X_FORWARDED_HOST` setting)
if your configuration requires it.

Session security
================