Kaydet (Commit) a3e88e64 authored tarafından Tim Graham's avatar Tim Graham

Fixed spelling mistake in file docs.

üst 2b66878a
...@@ -97,7 +97,7 @@ to the ``get_valid_name()`` method described above. ...@@ -97,7 +97,7 @@ to the ``get_valid_name()`` method described above.
extension. extension.
Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``, Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``,
etc.) was appended to the filename until an avaible name in the destination etc.) was appended to the filename until an available name in the destination
directory was found. A malicious user could exploit this deterministic directory was found. A malicious user could exploit this deterministic
algorithm to create a denial-of-service attack. This change was also made algorithm to create a denial-of-service attack. This change was also made
in Django 1.6.6, 1.5.9, and 1.4.14. in Django 1.6.6, 1.5.9, and 1.4.14.
...@@ -119,7 +119,7 @@ The Storage Class ...@@ -119,7 +119,7 @@ The Storage Class
extension. extension.
Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``, Previously, an underscore followed by a number (e.g. ``"_1"``, ``"_2"``,
etc.) was appended to the filename until an avaible name in the etc.) was appended to the filename until an available name in the
destination directory was found. A malicious user could exploit this destination directory was found. A malicious user could exploit this
deterministic algorithm to create a denial-of-service attack. This deterministic algorithm to create a denial-of-service attack. This
change was also made in Django 1.6.6, 1.5.9, and 1.4.14. change was also made in Django 1.6.6, 1.5.9, and 1.4.14.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment