summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.4.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-14 09:33:12 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-14 17:50:04 +0100
commit7cb5712edc158396c9d4fbf1ecf17794d9a128b3 (patch)
treef1f5cc4116140c094311aba6d1a35d8fb8aa26c6 /docs/releases/2.2.4.txt
parent98ae3925e57c3f054814b847971194f7cd8d98d1 (diff)
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecation timeline.
Diffstat (limited to 'docs/releases/2.2.4.txt')
-rw-r--r--docs/releases/2.2.4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.4.txt b/docs/releases/2.2.4.txt
index 8a71fec783..15682da82a 100644
--- a/docs/releases/2.2.4.txt
+++ b/docs/releases/2.2.4.txt
@@ -41,7 +41,7 @@ CVE-2019-14234: SQL injection possibility in key and index lookups for ``JSONFie
====================================================================================================
:lookup:`Key and index lookups <jsonfield.key>` for
-:class:`~django.contrib.postgres.fields.JSONField` and :lookup:`key lookups
+``django.contrib.postgres.fields.JSONField`` and :lookup:`key lookups
<hstorefield.key>` for :class:`~django.contrib.postgres.fields.HStoreField`
were subject to SQL injection, using a suitably crafted dictionary, with
dictionary expansion, as the ``**kwargs`` passed to ``QuerySet.filter()``.