mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #33308 -- Deprecated support for passing encoded JSON string literals to JSONField & co.
JSON should be provided as literal Python objects an not in their encoded string literal forms.
This commit is contained in:
committed by
Mariusz Felisiak
parent
d3e746ace5
commit
0ff46591ac
@@ -39,6 +39,9 @@ details on these changes.
|
||||
|
||||
* The ``TransactionTestCase.assertQuerysetEqual()`` method will be removed.
|
||||
|
||||
* Support for passing encoded JSON string literals to ``JSONField`` and
|
||||
associated lookups and expressions will be removed.
|
||||
|
||||
.. _deprecation-removed-in-5.0:
|
||||
|
||||
5.0
|
||||
|
||||
Reference in New Issue
Block a user