From 5e4c1793b714a975400b9277a66f99efafa2d92c Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 14 Sep 2023 16:03:52 +0200 Subject: Refs #33308 -- Removed support for passing encoded JSON string literals to JSONField & co. Per deprecation timeline. --- docs/releases/5.1.txt | 3 +++ docs/topics/db/queries.txt | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index 4ed51d288e..2ca8a492ca 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -274,3 +274,6 @@ to remove usage of these features. * The ``SimpleTestCase.assertFormsetError()`` method is removed. * The ``TransactionTestCase.assertQuerysetEqual()`` method is removed. + +* Support for passing encoded JSON string literals to ``JSONField`` and + associated lookups and expressions is removed. diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index b975f6cdfe..3f7031c2ab 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -1085,10 +1085,6 @@ Unless you are sure you wish to work with SQL ``NULL`` values, consider setting Storing JSON scalar ``null`` does not violate :attr:`null=False `. -.. deprecated:: 4.2 - - Passing ``Value("null")`` to express JSON ``null`` is deprecated. - .. fieldlookup:: jsonfield.key Key, index, and path transforms -- cgit v1.3