summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-06-20 22:07:23 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-06-21 07:10:32 +0200
commite6b2471ce7f1069c641c75340a74a17fc7511b08 (patch)
tree6c483cfd8749ecb713a500b2e21d212902d350a2 /docs
parentd200069b15ab38dbf939be66864e655921c74ca8 (diff)
[2.2.x] Fixed typos in 1.11.19, 2.0.11, 2.1.6 release notes.
Backport of 2ef6f209f79b0bd27d53405f0d46bb9ab82b2a52 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.19.txt7
-rw-r--r--docs/releases/2.0.11.txt7
-rw-r--r--docs/releases/2.1.6.txt7
3 files changed, 9 insertions, 12 deletions
diff --git a/docs/releases/1.11.19.txt b/docs/releases/1.11.19.txt
index 9ce48f26b2..6dc21fbb99 100644
--- a/docs/releases/1.11.19.txt
+++ b/docs/releases/1.11.19.txt
@@ -10,10 +10,9 @@ CVE-2019-6975: Memory exhaustion in ``django.utils.numberformat.format()``
--------------------------------------------------------------------------
If ``django.utils.numberformat.format()`` -- used by ``contrib.admin`` as well
-as the the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates
-filters -- received a ``Decimal`` with a large number of digits or a large
-exponent, it could lead to significant memory usage due to a call to
-``'{:f}'.format()``.
+as the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates filters
+-- received a ``Decimal`` with a large number of digits or a large exponent, it
+could lead to significant memory usage due to a call to ``'{:f}'.format()``.
To avoid this, decimals with more than 200 digits are now formatted using
scientific notation.
diff --git a/docs/releases/2.0.11.txt b/docs/releases/2.0.11.txt
index f6c4368baa..0f8a600344 100644
--- a/docs/releases/2.0.11.txt
+++ b/docs/releases/2.0.11.txt
@@ -10,10 +10,9 @@ CVE-2019-6975: Memory exhaustion in ``django.utils.numberformat.format()``
--------------------------------------------------------------------------
If ``django.utils.numberformat.format()`` -- used by ``contrib.admin`` as well
-as the the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates
-filters -- received a ``Decimal`` with a large number of digits or a large
-exponent, it could lead to significant memory usage due to a call to
-``'{:f}'.format()``.
+as the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates filters
+-- received a ``Decimal`` with a large number of digits or a large exponent, it
+could lead to significant memory usage due to a call to ``'{:f}'.format()``.
To avoid this, decimals with more than 200 digits are now formatted using
scientific notation.
diff --git a/docs/releases/2.1.6.txt b/docs/releases/2.1.6.txt
index fea8209115..65408afb8c 100644
--- a/docs/releases/2.1.6.txt
+++ b/docs/releases/2.1.6.txt
@@ -10,10 +10,9 @@ CVE-2019-6975: Memory exhaustion in ``django.utils.numberformat.format()``
--------------------------------------------------------------------------
If ``django.utils.numberformat.format()`` -- used by ``contrib.admin`` as well
-as the the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates
-filters -- received a ``Decimal`` with a large number of digits or a large
-exponent, it could lead to significant memory usage due to a call to
-``'{:f}'.format()``.
+as the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates filters
+-- received a ``Decimal`` with a large number of digits or a large exponent, it
+could lead to significant memory usage due to a call to ``'{:f}'.format()``.
To avoid this, decimals with more than 200 digits are now formatted using
scientific notation.