mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #20746 -- Removed Python 2.6 specific code/docs
This commit is contained in:
parent
0d81fd0e5f
commit
2456ffa42c
14 changed files with 25 additions and 164 deletions
|
@ -217,9 +217,9 @@ This setting is required if you're using the :ttag:`ssi` template tag.
|
|||
Python Options
|
||||
==============
|
||||
|
||||
If you're using Python 2.6.8+, it's strongly recommended that you invoke the
|
||||
Python process running your Django application using the `-R`_ option or with
|
||||
the :envvar:`PYTHONHASHSEED` environment variable set to ``random``.
|
||||
It's strongly recommended that you invoke the Python process running your
|
||||
Django application using the `-R`_ option or with the
|
||||
:envvar:`PYTHONHASHSEED` environment variable set to ``random``.
|
||||
|
||||
These options help protect your site from denial-of-service (DoS)
|
||||
attacks triggered by carefully crafted inputs. Such an attack can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue