summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.7.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.7.txt
parent98ae3925e57c3f054814b847971194f7cd8d98d1 (diff)
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecation timeline.
Diffstat (limited to 'docs/releases/2.2.7.txt')
-rw-r--r--docs/releases/2.2.7.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.7.txt b/docs/releases/2.2.7.txt
index 75b2816c4d..deffd62201 100644
--- a/docs/releases/2.2.7.txt
+++ b/docs/releases/2.2.7.txt
@@ -11,7 +11,7 @@ Bugfixes
* Fixed a crash when using a ``contains``, ``contained_by``, ``has_key``,
``has_keys``, or ``has_any_keys`` lookup on
- :class:`~django.contrib.postgres.fields.JSONField`, if the right or left hand
+ ``django.contrib.postgres.fields.JSONField``, if the right or left hand
side of an expression is a key transform (:ticket:`30826`).
* Prevented :option:`migrate --plan` from showing that ``RunPython`` operations