mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Refs #33308 -- Removed support for passing encoded JSON string literals to JSONField & co.
Per deprecation timeline.
This commit is contained in:
parent
69af3bea99
commit
5e4c1793b7
6 changed files with 8 additions and 144 deletions
|
|
@ -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
|
||||
<django.db.models.Field.null>`.
|
||||
|
||||
.. deprecated:: 4.2
|
||||
|
||||
Passing ``Value("null")`` to express JSON ``null`` is deprecated.
|
||||
|
||||
.. fieldlookup:: jsonfield.key
|
||||
|
||||
Key, index, and path transforms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue