Jelajahi Sumber

Removed a reference to Django 1.3.1 in docs.

Tim Graham 9 tahun lalu
induk
melakukan
15a20dc9af
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      docs/topics/security.txt

+ 3 - 3
docs/topics/security.txt

@@ -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
 ================