summaryrefslogtreecommitdiff
path: root/docs/releases/2.0.11.txt
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:07:23 +0200
commit2ef6f209f79b0bd27d53405f0d46bb9ab82b2a52 (patch)
treedf0188eccd665e0319659e711c629ea3a7b1065f /docs/releases/2.0.11.txt
parenta387ef11171dc24ee6dbbcff7e76997677ad10dc (diff)
Fixed typos in 1.11.19, 2.0.11, 2.1.6 release notes.
Diffstat (limited to 'docs/releases/2.0.11.txt')
-rw-r--r--docs/releases/2.0.11.txt7
1 files changed, 3 insertions, 4 deletions
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.